Stream of authentication state changes Emits the current Account when logged in, or null when logged out
Stream<Account?> get stateChanges => _stateController.stream;