Returns bool - Whether the window is visible on all workspaces.
bool
Supported Platforms:
Future<bool> isVisibleOnAllWorkspaces() async { return await _invokeMethod('isVisibleOnAllWorkspaces'); }