menu
khadem package
documentation
contracts.dart
StorageDisk
get abstract method
get abstract method
dark_mode
light_mode
get
abstract method
Future
<
List
<
int
>
>
get
(
String
path
)
Retrieves the bytes saved at the given path on the disk.
Implementation
Future<List<int>> get(String path);
khadem package
documentation
contracts
StorageDisk
get abstract method
StorageDisk class