Remove Uint8ListToPlainList (#143)

`Uint8List` is already a `List<int>`; we don't need a `Converter` to
go from one type to the other and can cast instead.
2 files changed