Back to Flutter Boost

BoostInterceptor class

doc/api/boost_interceptor/BoostInterceptor-class.html

5.0.22.0 KB
Original Source

BoostInterceptor class

The Interceptor to intercept the push method in BoostNavigator

Constructors

BoostInterceptor()

Properties

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

Methods

noSuchMethod(Invocation invocation) → dynamic Invoked when a non-existent method or property is accessed. [...] inherited onPush(BoostInterceptorOption option, PushInterceptorHandler handler) → void The callback will be executed before the push is initiated. [...]toString() → String A string representation of this object. [...] inherited

Operators

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