getFilename method

  1. @override
Future<String> getFilename(
  1. File htmlFile, {
  2. required int viewId,
})
override

Get the filename of the passed HTML file.

Implementation

@override
Future<String> getFilename(web.File htmlFile, {required int viewId}) async {
  throw UnsupportedError(
      'DropzoneView: $defaultTargetPlatform is not supported');
}