TireTreadPlugin class
This library provides functionality to scan and analyze tire tread depth.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
onScanningEvent
→ Stream<
ScanEvent> -
no setter
-
pluginVersion
→ Future<
String> -
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
sdkVersion
→ Future<
String?> -
no setter
Methods
-
clearExperimentalFlags(
) → Future< void> -
getHeatMap(
{required String measurementUUID}) → Future< String?> -
getResult(
{required String measurementUUID}) → Future< TreadDepthResult?> -
initialize(
String licenseKey) → Future< bool?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
scan(
{required ScanOptions options}) → Future< bool?> -
sendFeedbackComment(
{required String measurementUUID, required String comment}) → Future< String?> -
sendTreadDepthResultFeedback(
{required String measurementUUID, required List< TreadResultRegion> resultRegions}) → Future<String?> -
setExperimentalFlags(
{required List< String> experimentalFlags}) → Future<void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited