setLoading method

void setLoading(
  1. RxBool value
)

Implementation

void setLoading(RxBool value) {
  _loading = value;
}