isAvailable method

Future<bool> isAvailable()

Check whether the NFC reader is available on the device

Implementation

Future<bool> isAvailable() {
  throw UnimplementedError('isAvailable() has not been implemented.');
}