getAllNotification function
returns a Stream of 'KeyLocationModel' having all the shared and request location keys.
Implementation
Stream getAllNotification() {
return KeyStreamService().atNotificationsStream;
}
returns a Stream of 'KeyLocationModel' having all the shared and request location keys.
Stream getAllNotification() {
return KeyStreamService().atNotificationsStream;
}