Skip to content

Commit 5fa4e98

Browse files
chore: rename argument for NavigationHandler
1 parent 9d73a3e commit 5fa4e98

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
@@ -20,7 +20,7 @@ typedef SendMessageHandler = void Function(SendMessageEvent event);
2020
typedef TranslationToggledHandler = void Function(TranslationToggledEvent event);
2121
typedef LoadingStateHandler = void Function(LoadingState state);
2222
typedef MessageActionHandler = void Function(MessageActionEvent event);
23-
typedef NavigationHandler = UrlNavigationAction Function(UrlNavigationRequest navigation);
23+
typedef NavigationHandler = UrlNavigationAction Function(UrlNavigationRequest navigationRequest);
2424

2525
class SendMessageEvent {
2626
final ConversationData conversation;

0 commit comments

Comments
 (0)