b64 function

String b64(
  1. Uint8List b
)

Implementation

String b64(Uint8List b) => base64Encode(b);