Back to Flutter Boost

FlutterRouterApi class

doc/api/messages/FlutterRouterApi-class.html

5.0.22.9 KB
Original Source

FlutterRouterApi class

Implementers

Constructors

FlutterRouterApi()

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 onBackground(CommonParams arg) → void onContainerHide(CommonParams arg) → void onContainerShow(CommonParams arg) → void onForeground(CommonParams arg) → void onNativeResult(CommonParams arg) → void popRoute(CommonParams arg) → void pushRoute(CommonParams arg) → void removeRoute(CommonParams arg) → void sendEventToFlutter(CommonParams arg) → void toString() → String A string representation of this object. [...] inherited

Operators

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

Static Methods

setup(FlutterRouterApi api) → void