isNfcHceSupported method

Future<bool> isNfcHceSupported()

Implementation

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