MetaWearablesDatPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- MetaWearablesDatPlatform
- Implementers
Constructors
- MetaWearablesDatPlatform()
- Constructs a MetaWearablesDatPlatform.
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
-
activeDeviceStream(
) → Stream< bool> -
capturePhoto(
String? deviceUUID) → Future< CapturedPhoto> -
disconnect(
) → Future< bool> -
getCameraPermissionStatus(
) → Future< bool> -
getPlatformVersion(
) → Future< String?> -
getRegistrationState(
) → Future< RegistrationState> -
handleUrl(
String url) → Future< bool> -
mockDeviceDoff(
String deviceUUID) → Future< bool> -
mockDeviceDon(
String deviceUUID) → Future< bool> -
mockDevicePowerOff(
String deviceUUID) → Future< bool> -
mockDevicePowerOn(
String deviceUUID) → Future< bool> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pairMockRayBanMeta(
) → Future< String?> -
registrationStateStream(
) → Stream< RegistrationState> -
requestAndroidPermissions(
) → Future< bool> -
requestCameraPermission(
) → Future< bool> -
restartActiveDeviceMonitoring(
) → Future< bool> -
setMockCameraFeed(
String deviceUUID, String? videoPath) → Future< bool> -
setMockCapturedImage(
String deviceUUID, String? imagePath) → Future< bool> -
startRegistration(
) → Future< bool> -
startStreamSession(
String? deviceUUID, {double fps = 30.0}) → Future< bool> -
stopStreamSession(
String? deviceUUID) → Future< bool> -
toString(
) → String -
A string representation of this object.
inherited
-
unpairMockRayBanMeta(
String deviceUUID) → Future< bool>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ MetaWearablesDatPlatform
-
The default instance of MetaWearablesDatPlatform to use.
getter/setter pair