show static method

Future<void> show()

Implementation

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