Uni.hide constructor

Uni.hide([
  1. bool animation = true
])

Implementation

Uni.hide([bool animation = true]) {
  FlutterEasyLoading.hide(animation);
}