stopNfcDetectionThreads method

  1. @override
Future<void> stopNfcDetectionThreads()
override

stops the detection threads

Implementation

@override
Future<void> stopNfcDetectionThreads() async {
  await methodChannel.invokeMethod<String>('stopNfcDetectionThreads');
}