getFileData method
Get the contents of the passed HTML file.
Implementation
@override
Future<Uint8List> getFileData(DropzoneFileInterface file,
{required int viewId}) async {
throw UnsupportedError(
'DropzoneView: $defaultTargetPlatform is not supported');
}