startupCubit property

StartupCubit? startupCubit
final

Overrides the StartupCubit constructed in State.initState.

Exists solely so tests can inject a mock reporting a specific StartupStatus directly, without needing the real StartupOrchestrator (and its five real tasks — jailbreak detection, connectivity, Remote Config, auth) to actually run.

Implementation

final StartupCubit? startupCubit;