deletePath method

Future<bool> deletePath(
  1. AssetPathEntity path
)

Delete the path.

Implementation

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