cancel method

Future<bool?> cancel()

取消当前显示的所有Toast

Implementation

Future<bool?> cancel() {
  return DencendToast.cancel();
}