NexoraSdkPlatform class abstract
The federated platform contract. Internal — not exposed as part of the public developer API.
- Inheritance
-
- Object
- PlatformInterface
- NexoraSdkPlatform
- Implementers
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
rawEventStream
→ Stream<
Map> -
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
connectToDevice(
String deviceId) → Future< bool> -
disconnectDevice(
String deviceId) → Future< void> -
getPlatformVersion(
) → Future< String?> -
getWifiInfo(
) → Future< WifiInfo?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
requestPermissions(
) → Future< bool> -
startBluetoothScan(
{Duration timeout}) → Future< void> -
startCamera(
) → Future< void> -
startGps(
{int intervalMs, double distanceFilter}) → Future< void> -
startSensors(
{int samplingRateHz}) → Future< void> -
stopBluetoothScan(
) → Future< void> -
stopCamera(
) → Future< void> -
stopGps(
) → Future< void> -
stopSensors(
) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ NexoraSdkPlatform
-
getter/setter pair