Returns bool - Whether skipping taskbar is enabled.
bool
Future<bool> isSkipTaskbar() async { return await _invokeMethod('isSkipTaskbar'); }