Returns bool - Whether the window is in fullscreen mode.
bool
Future<bool> isFullScreen() async { return await _channel.invokeMethod('isFullScreen'); }