getTlvValueEncrypted method

Future<String?> getTlvValueEncrypted(
  1. int tag,
  2. int keyId,
  3. int calMode, [
  4. Uint8List? vector,
])

Implementation

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