getFileLastModified method
Get the last modified data of the passed HTML file.
Implementation
@override
Future<DateTime> getFileLastModified(web.File htmlFile,
{required int viewId}) async {
throw UnsupportedError(
'DropzoneView: $defaultTargetPlatform is not supported');
}