changeEmpty method

  1. @protected
dynamic changeEmpty({
  1. bool forceUpdate = false,
})

Implementation

@protected
changeEmpty({bool forceUpdate = false}) {
  _change(FunStateStatus.empty(), forceUpdate: forceUpdate);
}