isWindowClosable property

Future<bool> get isWindowClosable

Implementation

Future<bool> get isWindowClosable async {
  throw UnimplementedError('isWindowClosable has not been implemented.');
}