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