static Future<void> save( String key, dynamic value, ) async { await LocalStorageService.cache .put(key, value); }