Web constructor
Web({})
Implementation
Web({
Key? key,
this.okraOptions,
this.shortUrl,
required this.useShort,
this.onError,
this.beforeClose,
this.onClose,
this.onSuccess,
this.onEvent,
}) : super(key: key);