menu
barcode_scanner package
documentation
scanbot_barcode_sdk.dart
encodeByteListToBase64 function
encodeByteListToBase64 function
dark_mode
light_mode
encodeByteListToBase64
function
String
encodeByteListToBase64
(
Uint8List
bytes
)
Implementation
String encodeByteListToBase64(Uint8List bytes) { return base64Encode(bytes); }
barcode_scanner package
documentation
scanbot_barcode_sdk
encodeByteListToBase64 function
scanbot_barcode_sdk library