startNfcDetectionThreads method

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

starts the detection threads

Implementation

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