Service class abstract

Mixed-in types

Constructors

Service()

Properties

didEverInitAndSuccessfully → bool
no setterinherited
hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
state → ServiceState
The current state of the service.
no setterinherited

Methods

dispose({bool eagerError = false}) → Resolvable<Unit>
inherited
init({bool eagerError = true}) → Resolvable<Unit>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pause({bool eagerError = false}) → Resolvable<Unit>
inherited
provideDisposeListeners(void _) → TServiceResolvables<Unit>
inherited
provideInitListeners(void _) → TServiceResolvables<Unit>
inherited
providePauseListeners(void _) → TServiceResolvables<Unit>
inherited
provideResumeListeners(void _) → TServiceResolvables<Unit>
inherited
resume({bool eagerError = false}) → Resolvable<Unit>
inherited
toString() → String
A string representation of this object.
inherited

Operators

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