I need to read the binary file list of string that are written using C# BinaryWriter.Write(text);
How we can read this in the side of Dart code... binaryreader.cs binarywriter.cs
BinaryReader.ReadString() from C# to Flutter/Dart.
BinaryReader.ReadString() in C# will auto advance the position after reading each string. that are saved in binary.