startNfcHce method

Future<String?> startNfcHce(
  1. String content,
  2. String mimeType,
  3. bool persistMessage
)

Implementation

Future<String?> startNfcHce(
    String content,
    String mimeType,
    bool persistMessage,
    ) {
  throw UnimplementedError('startNfcHce() has not been implemented.');
}