static fun setEdgeToEdgeSystemUiFlags(@NonNull view: View, enabled: Boolean): Unit
Set this view's system-ui visibility, with the flags required to be laid out 'edge-to-edge'.
enabled - Boolean: true if the view should request to be laid out 'edge-to-edge', false if not
See Also
View#setSystemUiVisibility(int)