We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee51f7d commit ab08a46Copy full SHA for ab08a46
lib/src/chatbox.dart
@@ -56,7 +56,7 @@ class MessageActionEvent {
56
enum UrlNavigationAction { allow, deny }
57
58
class UrlNavigationRequest {
59
- final String url;
+ final String? url;
60
61
UrlNavigationRequest(
62
this.url
0 commit comments