start method

Future<bool> start()

Implementation

Future<bool> start() {
  return NfcReaderPlatform.instance.start();
}