hide method

void hide()

Hides the bottom sheet.

Implementation

void hide() async {
  await _methodChannel!.invokeMethod("hide");
}