deleteAssets method
Delete assets (OS shows its own confirmation). Returns true when the
user confirmed, false when they cancelled. See NsfwDetector.deleteAssets.
Implementation
Future<bool> deleteAssets(List<String> localIdentifiers) =>
throw UnimplementedError(
'deleteAssets is not implemented by this platform');