openSheet static method

Future<void> openSheet()

Implementation

static Future<void> openSheet() async {
  BottomSheetPanel.open();
}