archethic_lib_dart
absinthe_socket
Observer
<
Result
>
Observer constructor
Observer
Observer<
Result
>
constructor
Observer<
Result
>
(
{
Function
onAbort
,
Function
onCancel
,
Function
onError
,
Function
onStart
,
Function
onResult
}
)
Implementation
Observer( {this.onAbort, this.onCancel, this.onError, this.onStart, this.onResult});
archethic_lib_dart
absinthe_socket
Observer
<
Result
>
Observer constructor
Observer class
Constructors
Observer
Properties
hashCode
onAbort
onCancel
onError
onResult
onStart
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==