format method

Future<void> format(
  1. NdefMessage firstMessage
)

Formats the tag and writes firstMessage.

Implementation

Future<void> format(NdefMessage firstMessage) =>
    androidApi.ndefFormat(_handle, ndefMessageToWire(firstMessage), false);