Returns bool - Whether the window is maximized.
bool
Future<bool> isMaximized() async { return await _channel.invokeMethod('isMaximized'); }