Skip to content

Commit ab08a46

Browse files
chore: Change url property String to nullable String? to make sure it will work with different implementations for the webview
1 parent ee51f7d commit ab08a46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/chatbox.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class MessageActionEvent {
5656
enum UrlNavigationAction { allow, deny }
5757

5858
class UrlNavigationRequest {
59-
final String url;
59+
final String? url;
6060

6161
UrlNavigationRequest(
6262
this.url

0 commit comments

Comments
 (0)