fullScreen function

Future<void> fullScreen()

Implementation

Future<void> fullScreen() {
  return SystemChrome.setEnabledSystemUIMode(SystemUiMode.immersiveSticky);
}