Uni.info constructor

Uni.info(
  1. String msg
)

Implementation

Uni.info(String msg) {
  FlutterEasyLoading.info(msg);
}