setCursor method
Specify the CursorType of the dropzone. CursorType is one the CSS cursor types.
Implementation
@override
Future<bool> setCursor(CursorType cursor, {required int viewId}) {
throw UnsupportedError(
'DropzoneView: $defaultTargetPlatform is not supported');
}