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 2404ba9 commit 75f6dffCopy full SHA for 75f6dff
lib/src/chatbox.dart
@@ -393,7 +393,7 @@ class ChatBoxState extends State<ChatBox> {
393
final js = 'await Talk.ready;';
394
395
if (kDebugMode) {
396
- print('📗 chatbox._onLoadStop: $js');
+ print('📗 chatbox callAsyncJavaScript: $js');
397
}
398
399
await controller.callAsyncJavaScript(functionBody: js);
lib/src/conversationlist.dart
@@ -224,7 +224,7 @@ class ConversationListState extends State<ConversationList> {
224
225
226
227
- print('📗 conversationlist._onLoadStop: $js');
+ print('📗 conversationlist callAsyncJavaScript: $js');
228
229
230
0 commit comments