SdkEvents class
Broadcasts SDK lifecycle events to listeners.
Constructors
Properties
Methods
-
dispose(
) → void - Closes the underlying stream controller.
-
emit(
SdkEvent e) → void -
Emits
eto current listeners. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited