My file contains ASCII characters in bytes. I want to read ASCII characters like \'ABCD\'(four bytes) from that file. Could you please help me how to do this in Dart.?