menu
flutter_msp package
documentation
flutter_msp.dart
MSPCommunication
stringToBytes method
stringToBytes method
dark_mode
light_mode
stringToBytes
method
Uint8List
stringToBytes
(
String
str
)
Implementation
Uint8List stringToBytes(String str) { return Uint8List.fromList(utf8.encode(str)); }
flutter_msp package
documentation
flutter_msp
MSPCommunication
stringToBytes method
MSPCommunication class