archethic_lib_dart
absinthe_socket
Notifier
<
Result
>
notify method
notify
notify
method
void
notify
(
Map
result
)
Implementation
void notify(Map result) { observers.forEach((Observer observer) => observer.onResult(result)); }
archethic_lib_dart
absinthe_socket
Notifier
<
Result
>
notify method
Notifier class
Constructors
Notifier
Properties
hashCode
observers
request
runtimeType
subscriptionId
Methods
cancel
noSuchMethod
notify
observe
toString
Operators
operator ==