refresh property

void Function() refresh

Implementation

void Function() get refresh {
  if (_refresh != null) return _refresh!;
  throw 'AM_State: the [AmStateWidget] is not initialized for this controller [${this.runtimeType}]';
}