Skip to content

Commit 8f1f78b

Browse files
committed
fix: NotificationManagerImplWeb()
1 parent 7fd0231 commit 8f1f78b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/method_channel/web_callkit_method_channel.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class MethodChannelWebCallkit extends WebCallkitPlatform {
4848
CKConfiguration? configuration,
4949
}) : /*_audioManager = audioManager ?? AudioManager(),*/
5050
_callManager = callManager ?? CallManager(),
51-
_notificationManager = notificationManager ?? NotificationManagerImpl(),
51+
_notificationManager = notificationManager ?? NotificationManagerImplWeb(),
5252
_configuration = configuration ?? WebCallkitPlatform.defaultConfiguration,
5353
super() {
5454
_setupNotificationEventListeners();

0 commit comments

Comments
 (0)