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