menu
neomage package
documentation
utils/fs/fs_operations.dart
FsOperations
readFileBytesSync abstract method
readFileBytesSync abstract method
dark_mode
light_mode
readFileBytesSync
abstract method
Uint8List
readFileBytesSync
(
String
path
)
Reads raw file bytes as Uint8List.
Implementation
Uint8List readFileBytesSync(String path);
neomage package
documentation
utils/fs/fs_operations
FsOperations
readFileBytesSync abstract method
FsOperations class