asBase64 method

String asBase64()

Convert Uint8List to Base64 string

Implementation

String asBase64() {
  return base64.encode(this);
}