success static method

void success([
  1. String? text
])

Implementation

static void success([String? text]) {
  EasyLoading.showSuccess(text ?? '操作成功');
}