Hides the floating panel.
Returns true if the panel was hidden successfully.
Future<bool> hide() { return FloatingPanelPlatform.instance.hide(); }