toBase64 method

String toBase64()

Returns the file as base64-encoded String.

Implementation

String toBase64() => base64.encode(_bytes);