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