Back to Flutter Boost

BoostFlutterRouterApi class

doc/api/boost_flutter_router_api/BoostFlutterRouterApi-class.html

5.0.23.7 KB
Original Source

BoostFlutterRouterApi class

The MessageChannel counterpart on the Dart side.

Inheritance

Constructors

BoostFlutterRouterApi(FlutterBoostAppState appState) factory

Properties

appStateFlutterBoostAppState final 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 onBackground(CommonParams arg) → void override onContainerHide(CommonParams arg) → void override onContainerShow(CommonParams arg) → void override onForeground(CommonParams arg) → void override onNativeResult(CommonParams arg) → void override popRoute(CommonParams arg) → void override popUntilRoute(CommonParams arg) → void pushRoute(CommonParams arg) → void override removeRoute(CommonParams arg) → void override sendEventToFlutter(CommonParams arg) → void When native send msg to flutter,this method will be called override toString() → String A string representation of this object. [...] inherited

Operators

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