Back to Flutter Boost

PushInterceptorHandler class

doc/api/boost_interceptor/PushInterceptorHandler-class.html

5.0.22.5 KB
Original Source

PushInterceptorHandler class

Handler for push interceptor.

Constructors

PushInterceptorHandler()

Properties

futureFuture<InterceptorState> read-only, inherited hashCodeint The hash code for this object. [...] read-only, inherited isCompletedbool read-only, inherited runtimeTypeType A representation of the runtime type of the object. read-only, inherited

Methods

next(BoostInterceptorOption options) → void Continue to call the next push interceptor. noSuchMethod(Invocation invocation) → dynamic Invoked when a non-existent method or property is accessed. [...] inherited resolve(Object result) → void Return the result directly! Other request interceptor(s) will not be executed. [...]toString() → String A string representation of this object. [...] inherited

Operators

operator ==(Object other) → bool The equality operator. [...] inherited