menu
kronix package
documentation
filesystem/storage.dart
Storage
get abstract method
get abstract method
dark_mode
light_mode
get
abstract method
Future
<
List
<
int
>
>
get
(
String
path
)
Retrieves the content of the file at
path
as bytes.
Implementation
Future<List<int>> get(String path);
kronix package
documentation
filesystem/storage
Storage
get abstract method
Storage class