init method
Internal function to set up the platform view.
Implementation
@override
void init(Map<String, dynamic> params, {required int viewId}) {
throw UnsupportedError(
'DropzoneView: $defaultTargetPlatform is not supported');
}
Internal function to set up the platform view.
@override
void init(Map<String, dynamic> params, {required int viewId}) {
throw UnsupportedError(
'DropzoneView: $defaultTargetPlatform is not supported');
}