Returns bool - Whether the window can be manually maximized by the user.
bool
Supported Platforms:
Future<bool> isMaximizable() async { return await _invokeMethod('isMaximizable'); }