stopNfcHce method

  1. @override
Future<String?> stopNfcHce()
override

Implementation

@override
Future<String?> stopNfcHce() async {
  return await methodChannel.invokeMethod<String>('stopNfcHce');
}