showToast abstract method

void showToast(
  1. int type, [
  2. bool success = false
])

吐司弹窗 type 类型 1:取消支付 类型 2:支付失败 类型 3:重试弹窗-点击继续-1个按钮 类型 4:重试弹窗-点击继续-2个按钮

Implementation

void showToast(int type, [bool success = false]);