setScreens method

  1. @override
void setScreens(
  1. List<Widget> newScreens
)
inherited

Implementation

@override
void setScreens(List<Widget> newScreens) {
  final _$actionInfo = _$_BpmControllerActionController.startAction(
      name: '_BpmController.setScreens');
  try {
    return super.setScreens(newScreens);
  } finally {
    _$_BpmControllerActionController.endAction(_$actionInfo);
  }
}