decode static method

dynamic decode(
  1. dynamic text
)

Implementation

static decode(text) => jsonDecode(utf8.decode(base64.decode(text)));