@override Future<void> removeAllRelaySets() async { await dbRdy; final box = _objectBox.store.box<DbRelaySet>(); box.removeAll(); }