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