utf8u function

Uint8List utf8u(
  1. String s
)

tiny helpers

Implementation

Uint8List utf8u(String s) => Uint8List.fromList(utf8.encode(s));