setLoading method

void setLoading(
  1. bool value
)

Implementation

void setLoading(bool value) => setState(() => _loading = value);