show method

Implementation

LoadingWidgetServiceState show() {
  _states.add(LoadingWidgetServiceState._());
  Future.delayed(Duration.zero, () => updateKey.update());
  return _states.last;
}