bytes2msg function

String bytes2msg (Uint16List bytes)

Implementation

String bytes2msg(Uint16List bytes) {
  return String.fromCharCodes(bytes);
}