getNotification method

  1. @override
CKNotification? getNotification(
  1. String uuid
)
override

Get a call currently in the callkit UI.

Implementation

@override
CKNotification? getNotification(String uuid) {
  return _notificationManager.getNotification(uuid);
}