dismiss static method

Future<void> dismiss()

Implementation

static Future<void> dismiss() async {
  await EasyLoading.dismiss();
}