File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,6 @@ import '../managers/managers.dart';
1212import '../models/models.dart' ;
1313import '../platform_interface/web_callkit_platform_interface.dart' ;
1414
15- typedef OnNotificationDismissed = void Function (CKCall call);
16-
1715/// An implementation of [WebCallkitPlatform] that uses method channels.
1816class MethodChannelWebCallkit extends WebCallkitPlatform {
1917 static const tag = 'web_callkit' ;
@@ -28,9 +26,6 @@ class MethodChannelWebCallkit extends WebCallkitPlatform {
2826 StreamSubscription <CKCallResult >? _dismissStreamSubscription;
2927 StreamSubscription <CallEvent >? _callManagerStreamSubscription;
3028
31- // ignore: unused_field
32- OnNotificationDismissed ? _onNotificationDismissed;
33-
3429 OnCallActionListener ? _onCallActionListener;
3530 OnCallEventListener ? _onCallEventListener;
3631 OnDisconnectListener ? _onDisconnectListener;
You can’t perform that action at this time.
0 commit comments