isHidden static method

Future<bool> isHidden()

Query whether the home indicator is currently instructed to be hidden.

Implementation

static Future<bool> isHidden() async {
  return await _channel.invokeMethod('isHidden');
}