Bloc constructor

Bloc({
  1. bool asyncNavigation = false,
})

Implementation

Bloc({bool asyncNavigation = false})
    : _navigationController =
          _StateDeliveryController<RouteData>(sync: !asyncNavigation);