menu
khadem package
documentation
contracts.dart
StorageDisk
copy abstract method
copy abstract method
dark_mode
light_mode
copy
abstract method
Future
<
void
>
copy
(
String
from
,
String
to
)
Copies the file from one path to another.
Implementation
Future<void> copy(String from, String to);
khadem package
documentation
contracts
StorageDisk
copy abstract method
StorageDisk class