getAllNotification function

Stream getAllNotification()

returns a Stream of 'KeyLocationModel' having all the shared and request location keys.

Implementation

Stream getAllNotification() {
  return KeyStreamService().atNotificationsStream;
}