ISensorController class abstract

ISensorController expresses the interfaces of AwareSensor. The methods in the abstract class are connected to the backend iOS and Android code.

Implementers

Constructors

ISensorController()

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

disable() Future<Null>
enable() Future<Null>
isEnabled() Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setLabel(String label) Future<Null>
start() Future<Null>
stop() Future<Null>
sync({bool force = false}) Future<Null>
toString() String
A string representation of this object.
inherited

Operators

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