show static method
dynamic
show(
- dynamic context
Implementation
static show(context){
BoostRouter.innerDialog(
context: context,
builder: (BuildContext context) {
return CustomServiceDialog();
});
}