onLoggedOut property

Stream get onLoggedOut

Stream that emits events when the current user is logged out of the SDK.

Implementation

Stream<dynamic> get onLoggedOut =>
    throw UnimplementedError('has not been implemented.');