showInfo static method

Future<void> showInfo(
  1. String message
)

Implementation

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