encode static method

String encode(
  1. String data
)

Implementation

static String encode(String data) => base64Encode(utf8.encode(data));