Source
static Uint8List toUint8List(ByteData bytes) { return bytes.buffer.asUint8List(bytes.offsetInBytes, bytes.lengthInBytes); }
static Uint8List toUint8List(ByteData bytes) { return bytes.buffer.asUint8List(bytes.offsetInBytes, bytes.lengthInBytes); }