BackgroundService class

Constructors

BackgroundService.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Static Methods

initialize(StepLoggerConfig config) Future<bool>
initialize Initializes the background service.
isRunning() Future<bool>
onStart(ServiceInstance service) → void
This is the entry point for the background service.
start(StepLoggerConfig config) Future<bool>
stop() Future<bool>