menu
sff_lib
filesystem.dart
IFileSystem
openRead abstract method
openRead
dark_mode
light_mode
openRead
abstract method
Stream
<
List
<
int
>
>
openRead
(
String
filePath
)
Implementation
Stream<List<int>> openRead(String filePath);
sff_lib
filesystem
IFileSystem
openRead abstract method
IFileSystem class