GenericMicroAppEventController class abstract

Constructors

GenericMicroAppEventController({String? methodChannel, MicroAppEventController? eventController})

Properties

description String?
description
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
methodChannel String?
methodChannel
final
name String?
name
getter/setter pair
parentName String?
parentName
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() → void
dispose controller
emit(Object event, {Duration? timeout}) Future<Object?>
emit events
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onEvent(MicroAppEvent? event) → void
When recieve event
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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