encryptedContainers method

Future<String?> encryptedContainers()

Method returns only containers for ResultType.INTERNAL_RFID_SESSION, ResultType.INTERNAL_ENCRYPTED_RCL and ResultType.INTERNAL_LICENSE values.

For more details, see containers method. Returns all encrypted containers from rawResult to reprocess data on the server side.

Implementation

Future<String?> encryptedContainers() async {
  return await _bridge.invokeMethod("encryptedContainers", [rawResult]);
}