createFileUrl method
Create a temporary URL to the passed HTML file.
When finished, the URL should be released using releaseFileUrl().
Implementation
@override
Future<String> createFileUrl(DropzoneFileInterface file,
    {required int viewId}) async {
  throw UnsupportedError(
      'DropzoneView: $defaultTargetPlatform is not supported');
}