hide method

Future<void> hide()

Implementation

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