MicroAppNavigatorEventController class

MicroAppNavigatorEventController manage all events of micro apps

Properties

flutterLoggerStream Stream<MicroAppNavigatorEvent>
flutterLoggerStream
no setter
hashCode int
The hash code for this object.
no setterinherited
nativeCommandStream Stream<MethodCall>
nativeCommandStream
no setter
nativeLoggerStream Stream<MethodCall>
nativeLoggerStream
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() → void
dispose stream controllers (do not dispose this, if there is no a very specific situation case)
logNavigationEvent<T>(String? route, {Object? arguments, String? type}) Future<T?>
logNavigationEvent
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pushNamedNative<T>(String route, {Object? arguments, String? type}) Future<T?>
pushNamedNative
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited