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 9d73a3e commit 5fa4e98Copy full SHA for 5fa4e98
lib/src/chatbox.dart
@@ -20,7 +20,7 @@ typedef SendMessageHandler = void Function(SendMessageEvent event);
20
typedef TranslationToggledHandler = void Function(TranslationToggledEvent event);
21
typedef LoadingStateHandler = void Function(LoadingState state);
22
typedef MessageActionHandler = void Function(MessageActionEvent event);
23
-typedef NavigationHandler = UrlNavigationAction Function(UrlNavigationRequest navigation);
+typedef NavigationHandler = UrlNavigationAction Function(UrlNavigationRequest navigationRequest);
24
25
class SendMessageEvent {
26
final ConversationData conversation;
0 commit comments