statusStream property

Stream<AuthStatus> statusStream

status stream

it will provide only changes in status. if you want to get initial state in stream use initializeStatusStream.

this is available if you add streaming functionality. otherwise unimplemented error is thrown.

Implementation

Stream<AuthStatus> get statusStream;