show method
Implementation
void show() async {
await showDialog(
context: Get.context!,
builder: (BuildContext context) {
return this;
},
);
return;
}
void show() async {
await showDialog(
context: Get.context!,
builder: (BuildContext context) {
return this;
},
);
return;
}