open static fun requestApplyInsetsWhenAttached(@NonNull view: View): Unit
A wrapper around ViewCompat#requestApplyInsets(View) which ensures the request will happen, regardless of whether the view is attached or not.
ViewCompat#requestApplyInsets(View)