onShowToast method

void onShowToast({
  1. String msg = '加载失败',
})

Implementation

void onShowToast({String msg = '加载失败'}) {}