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