menu
server_awords
exports/other/extensions.dart
Uint8ListExt
asBase64 method
asBase64
dark_mode
light_mode
asBase64
method
String
asBase64
(
)
Convert
Uint8List
to Base64 string
Implementation
String asBase64() { return base64.encode(this); }
server_awords
extensions
Uint8ListExt
asBase64 method
Uint8ListExt extension on
Uint8List