static Uint8List uint8ListfromString(String text) { List<int> list = text.codeUnits; return Uint8List.fromList(list); }