createOrRestoreDefaultBoomerangStore
Extension function for BoomerangStoreHost that creates a new DefaultBoomerangStore or restores one from a saved state. This function is typically called in a lifecycle-aware component's onCreate method (f.e. Activity) to initialize or restore the DefaultBoomerangStore. Example usage
Parameters
savedInstanceState
The Bundle containing the saved state, or null if there is no saved state