show method

void show()

Makes the bottom sheet visible.

Implementation

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