saveDefaultBoomerangStoreState
Extension function for BoomerangStoreHost that saves the state of a DefaultBoomerangStore to a Bundle. This function is typically called in a lifecycle-aware component's onSaveInstanceState method (f.e. Activity) to save the DefaultBoomerangStore's state. Example usage
Parameters
outState
The Bundle to save the state to
Throws
if the BoomerangStore is not a DefaultBoomerangStore