format method
Formats the tag and writes firstMessage.
Implementation
Future<void> format(NdefMessage firstMessage) =>
androidApi.ndefFormat(_handle, ndefMessageToWire(firstMessage), false);
Formats the tag and writes firstMessage.
Future<void> format(NdefMessage firstMessage) =>
androidApi.ndefFormat(_handle, ndefMessageToWire(firstMessage), false);