menu
ftp_server package
documentation
file_operations/file_operations.dart
FileOperations
deleteFile abstract method
deleteFile abstract method
dark_mode
light_mode
deleteFile
abstract method
Future
<
void
>
deleteFile
(
String
path
)
Deletes the file at the specified path.
Implementation
Future<void> deleteFile(String path);
ftp_server package
documentation
file_operations/file_operations
FileOperations
deleteFile abstract method
FileOperations class