hide method

Future<bool> hide()

Hides the floating panel.

Returns true if the panel was hidden successfully.

Implementation

Future<bool> hide() {
  return FloatingPanelPlatform.instance.hide();
}