encode static method

dynamic encode(
  1. dynamic text
)

Implementation

static encode(text) => base64.encode(utf8.encode(jsonEncode((text))));