menu
arcane package
documentation
component/vfs/api/vfs.dart
VFS
onReadFileStream abstract method
onReadFileStream abstract method
dark_mode
light_mode
onReadFileStream
abstract method
Stream
<
List
<
int
>
>
onReadFileStream
(
String
path
)
Implementation
Stream<List<int>> onReadFileStream(String path);
arcane package
documentation
component/vfs/api/vfs
VFS
onReadFileStream abstract method
VFS class