openRead method
Implementation
FileReadSession<Uint8List> openRead(
String path, {
int chunkSize = 64 * 1024,
int start = 0,
int? end,
}) {
throw UnimplementedError('openRead() has not been implemented.');
}
FileReadSession<Uint8List> openRead(
String path, {
int chunkSize = 64 * 1024,
int start = 0,
int? end,
}) {
throw UnimplementedError('openRead() has not been implemented.');
}