onOpened property

Stream<void> get onOpened

Fires when the EMDK is opened and all feature managers are available.

Implementation

Stream<void> get onOpened =>
    _lifecycle.where((e) => e.phase == EmdkLifecyclePhase.opened).map((_) {});