onIceGatheringStateChange method
Subscribes the provided callback to the on_ice_gathering_state_change
events of this PeerConnection.
Implementation
void onIceGatheringStateChange(OnIceGatheringStateChangeCallback f) {
_onIceGatheringStateChange = f;
}