Back to Flutter Boost

NativeRouterApi class

doc/api/messages/NativeRouterApi-class.html

5.0.23.1 KB
Original Source

NativeRouterApi class

Constructors

NativeRouterApi({BinaryMessenger binaryMessenger}) Constructor for NativeRouterApi. The binaryMessenger named argument is available for dependency injection. If it is left null, the default BinaryMessenger will be used which routes to the host platform.

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

getStackFromHost() → Future<StackInfo> noSuchMethod(Invocation invocation) → dynamic Invoked when a non-existent method or property is accessed. [...] inherited popRoute(CommonParams arg) → Future<void> pushFlutterRoute(CommonParams arg) → Future<void> pushNativeRoute(CommonParams arg) → Future<void> saveStackToHost(StackInfo arg) → Future<void> sendEventToNative(CommonParams arg) → Future<void> toString() → String A string representation of this object. [...] inherited

Operators

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