Skip to content

Commit 7fd0231

Browse files
committed
refactor: remove OnNotificationDismissed
1 parent 587eeed commit 7fd0231

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/src/method_channel/web_callkit_method_channel.dart

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ import '../managers/managers.dart';
1212
import '../models/models.dart';
1313
import '../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.
1816
class 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;

0 commit comments

Comments
 (0)