void deleteLocal(T model, {bool notify = true}) { localAdapter.delete(model._key!, notify: notify); }