encode static method

String encode(
  1. String s
)

Implementation

static String encode(String s) => base64.encode(utf8.encode(s));