isNfcEnabled method

Future<bool> isNfcEnabled()

Implementation

Future<bool> isNfcEnabled() async {
  return await FlutterNfcHcePlatform.instance.isNfcEnabled() == 'true';
}