EncryptionExtraction library
Classes
- Encryptionextraction
- Represents the extracted components of an encrypted response.
Functions
-
extractEncryptedResponse(
Map< String, dynamic> response, {String topLevelKey = 'en', String dataKeyName = 'encryptedKey', bool hasTopLevelKey = true, String separator = '\$aA'}) → Encryptionextraction - Extracts encrypted components from a server response.