internetCubit property

InternetCubit? internetCubit
final

Overrides the InternetCubit constructed in State.initState.

Exists solely so tests can inject a mock instead of the real Connectivity/InternetConnection pairing, which makes real network checks — matches the same testability pattern as configureCertificatePinning's allowedFingerprints parameter.

Implementation

final InternetCubit? internetCubit;