Returns bool - Whether the window is visible to the user.
bool
Future<bool> isVisible() async { return await _invokeMethod('isVisible'); }