covert getInts return type List
Uint8List getUint8List(int length) { var ints = getInts(length); var data = Uint8List.fromList(ints); return data; }