authenticationEvents property

Broadcast stream that you can use to react to succesffull or unsuccessfull event default to SecureApplicationAuthenticationStatus.NONE BehaviorSubject stream so it will always emit last sent value as soon as you listen will trigger with the result of SecureApllication.onNeedUnlock

Implementation

Stream<SecureApplicationAuthenticationStatus> get authenticationEvents =>
    _authenticationEventsController.stream;