showSuccess static method

Future<void> showSuccess(
  1. String message
)

Implementation

static Future<void> showSuccess(String message) async {
  await EasyLoading.showSuccess(message);
}