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