isNfcEnabled method

Future<String?> isNfcEnabled()

Implementation

Future<String?> isNfcEnabled() {
  throw UnimplementedError('platformVersion() has not been implemented.');
}