Removes files and directories asynchronously (with recursive option).
Future<void> rm(String path, {bool recursive, bool force});