isWindowClosable property
Implementation
@override
Future<bool> get isWindowClosable async {
return await methodChannel.invokeMethod(isWindowClosableMethod);
}
@override
Future<bool> get isWindowClosable async {
return await methodChannel.invokeMethod(isWindowClosableMethod);
}