menu
scanbot_sdk
scanbot_sdk.dart
encodeByteListToBase64 function
encodeByteListToBase64
dark_mode
light_mode
encodeByteListToBase64
function
String
encodeByteListToBase64
(
Uint8List
bytes
)
Implementation
String encodeByteListToBase64(Uint8List bytes) { return base64Encode(bytes); }
scanbot_sdk
scanbot_sdk
encodeByteListToBase64 function
scanbot_sdk library