removeIncludedShareWindow method
Implementation
Future<void> removeIncludedShareWindow(int windowId) {
if (Platform.isWindows) {
return _cloudChannel!.invokeMethod('removeIncludedShareWindow',
{"windowId": windowId},
);
}
return Future.value();
}