unregisterIdlingResource
Source set: Common
@ExperimentalTestApi
fun ComposeUiTest.unregisterIdlingResource(idlingResource: IdlingResource): Boolean
Attempts to unregister an IdlingResource in this test.
This implementation checks isIdlingResourceSupported before attempting to unregister the resource.
Returns
| true if the idling resource was successfully unregistered, or false if the implementation does not support idling resources. |