check method

Future<bool> check()

Implementation

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