@override bool supports(ModuleProfile profile) { return switch (profile.stateManager) { StateManager.bloc => true, StateManager.riverpod => true, }; }