setWindowClosable method

Future<void> setWindowClosable(
  1. bool closable
)

Implementation

Future<void> setWindowClosable(bool closable) async {
  throw UnimplementedError('setWindowClosable() has not been implemented.');
}