didResume property

Stream<LifecycleModule> didResume

The LifecycleModule was resumed.

Any error or exception thrown during the child LifecycleModule's resume call will be emitted.

Any error or exception thrown during the LifecycleModule's onResume call will be emitted.

Implementation

Stream<LifecycleModule> get didResume => _didResumeController.stream;