hide method

Future<void> hide()

Implementation

Future<void> hide() async {
  return _channel.invokeMethod('hide');
}