utils/encode library
Functions
-
deflateAndEncode(
Map< String, dynamic> data) → String -
Deflates and encodes the given
data
map into a base64 URL-encoded string. -
inflateAndDecode(
String encoded) → Map< String, dynamic> -
Inflates and decodes the given
encoded
base64 URL-encoded string into a map.