MethodChannelMetaWearablesDat class
- Inheritance
-
- Object
- PlatformInterface
- MetaWearablesDatPlatform
- MethodChannelMetaWearablesDat
Constructors
Properties
-
devicesStream
→ Stream<
List< String> > -
no setteroverride
- hashCode → int
-
The hash code for this object.
no setterinherited
- methodChannel → MethodChannel
-
final
-
registrationStateStream
→ Stream<
RegistrationState> -
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
streamStateStream
→ Stream<
String> -
no setteroverride
-
videoFramesStream
→ Stream<
Uint8List> -
no setteroverride
Methods
-
capturePhoto(
) → Future< Map> -
override
-
checkPermission(
String permission) → Future< String> -
override
-
initialize(
) → Future< bool> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
requestPermission(
String permission) → Future< String> -
override
-
override
-
startRegistration(
) → Future< void> -
override
-
startStream(
String videoQuality, int frameRate) → Future< void> -
override
-
startUnregistration(
) → Future< void> -
override
-
stopStream(
) → Future< void> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited