Future<void> remove(int id) async { final db = _requireDb; await db.deleteAccount(id); await _onRemoveActive?.call(id); }