BackButtonQRScannerView
@MainActor
struct BackButtonQRScannerView : View
QR code Scanner view back button
-
This EnvironmentObject navigationStore give access to all the view we want to navigate to and from It can be used to pop and push the view in the stack.
Declaration
Swift
@EnvironmentObject @MainActor private var navigationStore: NavigationStackController { get }
-
Declaration
Swift
@MainActor var body: some View { get }