cancel static method

Future<bool?> cancel()

取消全部Toast

Implementation

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