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 7fd0231 commit 8f1f78bCopy full SHA for 8f1f78b
lib/src/method_channel/web_callkit_method_channel.dart
@@ -48,7 +48,7 @@ class MethodChannelWebCallkit extends WebCallkitPlatform {
48
CKConfiguration? configuration,
49
}) : /*_audioManager = audioManager ?? AudioManager(),*/
50
_callManager = callManager ?? CallManager(),
51
- _notificationManager = notificationManager ?? NotificationManagerImpl(),
+ _notificationManager = notificationManager ?? NotificationManagerImplWeb(),
52
_configuration = configuration ?? WebCallkitPlatform.defaultConfiguration,
53
super() {
54
_setupNotificationEventListeners();
0 commit comments