photochatapp
msg_bytes_converter
bytes2msg function
bytes2msg
photochatapp
msg_bytes_converter
bytes2msg function
msg_bytes_converter library
Functions
bytes2msg
msg2bytes
description
bytes2msg
function
String
bytes2msg
(
Uint16List
bytes
)
Implementation
String
bytes2msg(Uint16List bytes) {
return
String
.fromCharCodes(bytes); }