RunMethodsStation constructor
const
RunMethodsStation(
- PageViewControllerMethods _pageViewControllerMethods,
- DesignFlowCMSMethods _designFlowCMSMethods,
- ConsoleMethods _consoleMethods,
- VariablesMethods _variablesMethods,
- HapticFeedbackMethods _hapticFeedbackMethods,
- ConditionalMethods _conditionalMethods,
- ListViewControllerMethods _listViewControllerMethods,
- UIStatesMethods _uiStatesMethods,
- APIMethods _apiMethods,
- CubitMethods _cubitMethods,
- ParameterMethods _parameterMethods,
- SupabaseMethods _supabaseMethods,
Implementation
const RunMethodsStation(
this._pageViewControllerMethods,
this._designFlowCMSMethods,
this._consoleMethods,
this._variablesMethods,
this._navigatorMethods,
this._hapticFeedbackMethods,
this._conditionalMethods,
this._listViewControllerMethods,
this._uiStatesMethods,
this._apiMethods,
this._cubitMethods,
this._parameterMethods,
this._supabaseMethods,
);