It’s exactly like for Android status bar.
Doing SystemChrome.setEnabledSystemUIOverlays([]) hides both the status bar and the navigation bar.
p/s : use this
SystemChrome.setEnabledSystemUIOverlays(SystemUiOverlay.values); to disable full screen mode.