readTag property

Future<String> readTag

Use this for read tag ID from UHF tag

Implementation

static Future<String> get readTag async {
    final String tag = await _channel.invokeMethod('getTag');
    return tag;
  }