Uni.error constructor

Uni.error(
  1. String msg
)

Implementation

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