<@160241004899860490> if I use `Shared_Preferences...
# flutter
m
@DanMossa if I use
Shared_Preferences
to cache the list of clients, how would the app know if some other user has altered this list of clients. Like if I start the app and
get
the list to updated my SP, what happens if another user adds or deletes a client. My SP would only be notified of it if I restart the app. Is there a way to compensate for it without using
Stream
.