doc/api/boost_flutter_router_api/BoostFlutterRouterApi-class.html
The MessageChannel counterpart on the Dart side.
Inheritance
BoostFlutterRouterApi(FlutterBoostAppState appState) factory
appState→ FlutterBoostAppState final hashCode→ int The hash code for this object. [...] read-only, inherited runtimeType→ Type A representation of the runtime type of the object. read-only, inherited
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
operator ==(Object other) → bool The equality operator. [...] inherited