AntplusLogging class

A utility class for handling logging within the ANT+ plugin.

This class exposes a singleton instance that listens to log data events emitted by the native ANT+ library side and forwards them to the Dart logging package.

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

dispose() → void
Disposes of the logging subscription.
initLog() → void
Initializes the log listener.
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 Properties

instance AntplusLogging
The singleton instance of AntplusLogging.
no setter