getTlvValue method

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

Implementation

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