getTlvValueEncrypted method
Implementation
Future<String?> getTlvValueEncrypted(int tag, int keyId, int calMode,
[Uint8List? vector]) {
return TySmartPosApiPluginPlatform.instance
.getTlvValueEncrypted(tag, keyId, calMode, vector);
}
Future<String?> getTlvValueEncrypted(int tag, int keyId, int calMode,
[Uint8List? vector]) {
return TySmartPosApiPluginPlatform.instance
.getTlvValueEncrypted(tag, keyId, calMode, vector);
}