hide method
void
hide()
Hides the bottom sheet.
Implementation
void hide() async {
await _methodChannel!.invokeMethod("hide");
}
Hides the bottom sheet.
void hide() async {
await _methodChannel!.invokeMethod("hide");
}