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