photochatapp
msg_bytes_converter
msg2bytes function
msg2bytes
photochatapp
msg_bytes_converter
msg2bytes function
msg_bytes_converter library
Functions
bytes2msg
msg2bytes
description
msg2bytes
function
Uint16List
msg2bytes
(
String
msg
)
Implementation
Uint16List msg2bytes(String msg) { return Uint16List.fromList(msg.codeUnits); }