releaseFileUrl method
Release a temporary URL previously created using createFileUrl().
Implementation
@override
Future<bool> releaseFileUrl(String fileUrl, {required int viewId}) async {
throw UnsupportedError(
'DropzoneView: $defaultTargetPlatform is not supported');
}