Returns bool - Whether the window is visible on all workspaces.
bool
@platforms macos
Future<bool> isVisibleOnAllWorkspaces() async { return await _channel.invokeMethod('isVisibleOnAllWorkspaces'); }