show static method

dynamic show(
  1. dynamic context
)

Implementation

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