state

abstract val state: MutableStateFlow<ActivityResult?>

StateFlow to track and communicate the result of the browser launch.

This flow emits ActivityResult objects containing the result code and data from the browser activity.