getFileLastModified method

  1. @override
Future<DateTime> getFileLastModified(
  1. dynamic htmlFile, {
  2. required int viewId,
})
override

Get the last modified data of the passed HTML file.

Implementation

@override
Future<DateTime> getFileLastModified(dynamic htmlFile, {required int viewId}) async {
  throw UnsupportedError('DropzoneView: $defaultTargetPlatform is not supported');
}