Back to Flutter Boost

next method

doc/api/boost_interceptor/PushInterceptorHandler/next.html

5.0.2316 B
Original Source

next method

voidnext(

  1. BoostInterceptorOption options

)

Continue to call the next push interceptor.

Implementation

void next(BoostInterceptorOption options) {
  _completer.complete(InterceptorState<BoostInterceptorOption>(options));
}