stopNfcService static method

Future<void> stopNfcService()

Implementation

static Future<void> stopNfcService() async {
  await methodChannel.invokeMethod('stopNfcService');
}