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