Query whether the home indicator is currently instructed to be hidden.
static Future<bool> isHidden() async { return await _channel.invokeMethod('isHidden'); }