getTlv method

Future<Uint8List?> getTlv(
  1. int tag
)

Implementation

Future<Uint8List?> getTlv(int tag) {
  return TySmartPosApiPluginPlatform.instance.getTlv(tag);
}