getNotification method
Get a call currently in the callkit UI.
Implementation
@override
CKNotification? getNotification(String uuid) {
return _notificationManager.getNotification(uuid);
}
Get a call currently in the callkit UI.
@override
CKNotification? getNotification(String uuid) {
return _notificationManager.getNotification(uuid);
}