tokenState property

Stream<String?> get tokenState

A stream that provides updates on the current authentication token.

Implementation

Stream<String?> get tokenState => tokenChangeController.stream;