menu
khadem package
documentation
contracts.dart
StorageDisk
delete abstract method
delete abstract method
dark_mode
light_mode
delete
abstract method
Future
<
void
>
delete
(
String
path
)
Deletes the file saved at the given path on the disk.
Implementation
Future<void> delete(String path);
khadem package
documentation
contracts
StorageDisk
delete abstract method
StorageDisk class