enterFullscreen static method
Makes the Flutter window fullscreen.
Implementation
static Future<void> enterFullscreen() async {
await _windowManipulatorMethodChannel.invokeMethod('enterFullscreen');
}
Makes the Flutter window fullscreen.
static Future<void> enterFullscreen() async {
await _windowManipulatorMethodChannel.invokeMethod('enterFullscreen');
}