Deletes a file at the given path.
@override Future<bool> deleteFile(String path) async { return await methodChannel.invokeMethod('deleteFile', {'path': path}); }