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