setup method

  1. @override
dynamic setup(
  1. GroupSelect widget
)
inherited

Create widget items and groups widget GroupSelect

Implementation

@override
dynamic setup(GroupSelect<dynamic> widget) {
  final _$actionInfo = _$_GroupSelectControllerBaseStoreActionController
      .startAction(name: '_GroupSelectControllerBaseStore.setup');
  try {
    return super.setup(widget);
  } finally {
    _$_GroupSelectControllerBaseStoreActionController.endAction(_$actionInfo);
  }
}