showDialogBase abstract method

Future showDialogBase(
  1. int type
)

提示弹窗-返回弹窗实例、需要控制层级 type 类型 1:支付失败-苹果调取和返回 类型 2:重试弹窗-接口重试 类型 3:重试弹窗-显示反馈 类型 4:重试弹窗-只显示重试

Implementation

Future showDialogBase(int type);