base64 method

String base64()

Implementation

String base64() {
  return encode(Encoding.base64);
}