MetaWearablesDatPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • MetaWearablesDatPlatform
Implementers

Constructors

MetaWearablesDatPlatform()

Properties

devicesStream Stream<List<String>>
no setter
hashCode int
The hash code for this object.
no setterinherited
registrationStateStream Stream<RegistrationState>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
streamStateStream Stream<String>
no setter
videoFramesStream Stream<Uint8List>
no setter

Methods

capturePhoto() Future<Map>
checkPermission(String permission) Future<String>
initialize() Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
requestPermission(String permission) Future<String>
shareLastPhoto() Future<void>
startRegistration() Future<void>
startStream(String videoQuality, int frameRate) Future<void>
startUnregistration() Future<void>
stopStream() Future<void>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance MetaWearablesDatPlatform
getter/setter pair