ObservabilityService<T> class
abstract
- Inheritance
-
- Object
- LittleFishService
- ObservabilityService
Constructors
Properties
- core ↔ LittleFishCore
-
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- instance → T?
-
no setter
- isReady → bool
-
no setter
- logger → LoggerService
-
no setterinherited
- providerName → String
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- settings ↔ ObservabilitySettings?
-
getter/setter pair
Methods
-
initialise(
{ObservabilitySettings? settings}) → Future< void> -
log(
String value) → Future< void> -
logError(
Error error, {StackTrace? stackTrace, String reason = '', List< String> tags = const []}) → Future<void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setCustomKey(
String key, Object value) → Future< void> -
setIsReady(
{required bool isReady}) → Future< void> -
setUserId(
String userId) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited