MethodChannelC72UhfPlugin class
An implementation of C72UhfPluginPlatform that uses method channels.
- Implemented types
Constructors
Properties
-
clearData
→ Future<
bool?> -
no setteroverride
-
close
→ Future<
bool?> -
no setteroverride
-
connect
→ Future<
bool?> -
no setteroverride
- connectedStatusStream → EventChannel
-
final
-
getPlatformVersion
→ Future<
String?> -
no setteroverride
- hashCode → int
-
The hash code for this object.
no setterinherited
-
isConnected
→ Future<
bool?> -
no setteroverride
-
isEmptyTags
→ Future<
bool?> -
no setteroverride
-
isStarted
→ Future<
bool?> -
no setteroverride
- methodChannel → MethodChannel
-
The method channel used to interact with the native platform.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
startContinuous
→ Future<
bool?> -
no setteroverride
-
startSingle
→ Future<
bool?> -
no setteroverride
-
stop
→ Future<
bool?> -
no setteroverride
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeTag(
String epc) → void -
override
-
setObserveButton(
bool value) → void -
override
-
setPowerLevel(
String value) → Future< bool?> -
override
-
setSingleRead(
bool value) → Future< bool?> -
override
-
setWorkArea(
String value) → Future< bool?> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited