uint8ListFromBytes function

Uint8List uint8ListFromBytes(
  1. List<int> bytes
)

Convert List

Implementation

Uint8List uint8ListFromBytes(List<int> bytes) => Uint8List.fromList(bytes);