closeSheet static method

Future<void> closeSheet()

Implementation

static Future<void> closeSheet() async {
  BottomSheetPanel.close();
}