Deletes file asynchronously.
@override Future<void> unlink(String fsPath) async { await File(fsPath).delete(); }