selectDialog static method

void selectDialog(
  1. dynamic value
)

Implementation

static void selectDialog(value) {
  assert(Get.isRegistered<OverController>());
  return Get.find<OverController>().selectPanelItem(value);
}