menu
khadem package
documentation
contracts.dart
StorageDisk
put abstract method
put abstract method
dark_mode
light_mode
put
abstract method
Future
<
void
>
put
(
String
path
,
List
<
int
>
bytes
)
Saves the given bytes to the given path on the disk.
Implementation
Future<void> put(String path, List<int> bytes);
khadem package
documentation
contracts
StorageDisk
put abstract method
StorageDisk class