doc/api/messages/NativeRouterApi-class.html
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.
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
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
operator ==(Object other) → bool The equality operator. [...] inherited