toB64 function

String toB64(
  1. Uint8List buffer
)

Implementation

String toB64(Uint8List buffer) => base64Encode(buffer);