pub fn on_auth_state_changed(
    auth: Auth,
    callback: &Closure<dyn FnMut(Option<User>)>
)
Expand description