Future<void> setLocal( List<M> items, { bool removeAll = true, }) async { await client.db.setLocal( service, items.map((e) => e.toJson()).toList(), removeAll: removeAll, ); }