isWindowFullscreened static method
Returns if the window is fullscreened.
Implementation
static Future<bool> isWindowFullscreened() async {
await _completer.future;
return await _windowManipulatorMethodChannel
.invokeMethod('isWindowFullscreened');
}