Uni.toast constructor

Uni.toast(
  1. String msg
)

Implementation

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