Removes a file or directory. With force, a missing path is not an error.
force
Future<Result<void, FileError>> remove( String path, { bool recursive = false, bool force = false, });