menu
nfc_util package
documentation
android.dart
NfcUtilAndroid
isEnabled method
isEnabled method
dark_mode
light_mode
isEnabled
method
Future
<
bool
>
isEnabled
(
)
Whether the adapter is switched on.
Implementation
Future<bool> isEnabled() => androidApi.isEnabled();
nfc_util package
documentation
android
NfcUtilAndroid
isEnabled method
NfcUtilAndroid class