Ivan Galkin
Results
2
comments of
Ivan Galkin
The method gives an enumeration that already shows support and current operation of the NFC module on the device ``` enum NFCAvailability { not_supported, disabled, available, } final NFCAvailability nfcAvailability...
Solution - you must add the navigator observer to your router config Example for auto_route: ```dart router.config( navigatorObservers: () => [ ChuckerFlutter.navigatorObserver, ], ); ```