setClientNotificationStorage function
Implementation
setClientNotificationStorage(String key, value) async {
await setStorage(key, jsonEncode(value));
}
setClientNotificationStorage(String key, value) async {
await setStorage(key, jsonEncode(value));
}