deletePath method
Delete the path.
Implementation
Future<bool> deletePath(AssetPathEntity path) async {
return _plugin.iosDeleteCollection(path);
}
Delete the path.
Future<bool> deletePath(AssetPathEntity path) async {
return _plugin.iosDeleteCollection(path);
}