Returns bool - Whether the window can be manually maximized by the user.
bool
@platforms macos,windows
Future<bool> isMaximizable() async { return await _channel.invokeMethod('isMaximizable'); }