toBase64 method

String toBase64()
inherited

Implementation

String toBase64() {
  return StringUtils.decode(toBuffer(), encoding: StringEncoding.base64);
}