removeAllExcludedShareWindow method
Implementation
Future<void> removeAllExcludedShareWindow() {
if (Platform.isWindows) {
return _cloudChannel!.invokeMethod('removeAllExcludedShareWindow');
}
return Future.value();
}
Future<void> removeAllExcludedShareWindow() {
if (Platform.isWindows) {
return _cloudChannel!.invokeMethod('removeAllExcludedShareWindow');
}
return Future.value();
}