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