openNfcSettings method

Future<void> openNfcSettings()

Opens the NFC settings page.

Implementation

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