show static method
Implementation
static Future show(DialogPanel dialogPanel) async {
assert(Get.isRegistered<OverController>());
final _result = await Get.find<OverController>().showBottomSheet(dialogPanel);
return _result;
}
static Future show(DialogPanel dialogPanel) async {
assert(Get.isRegistered<OverController>());
final _result = await Get.find<OverController>().showBottomSheet(dialogPanel);
return _result;
}