isClosable method

Future<bool> isClosable()

Returns bool - Whether the window can be manually closed by user.

Supported Platforms:

  • Windows

Implementation

Future<bool> isClosable() async {
  return await _invokeMethod('isClosable');
}