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