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 fd082b5 commit 53d24c0Copy full SHA for 53d24c0
lib/src/method_channel/web_callkit_method_channel.dart
@@ -92,10 +92,7 @@ class MethodChannelWebCallkit extends WebCallkitPlatform {
92
93
void _onTapListener(CKCallResult result) {
94
printDebug("Tapped notification: ${result.uuid}", tag: tag);
95
- }
96
-
97
- CKCall _getCall(String uuid) {
98
- return _callManager.getCall(uuid)!;
+ _onCallAction(result, ActionSource.notification);
99
}
100
101
@override
0 commit comments