NutritionFactsRecognitionListener class abstract interface

Interface for listening to nutrition facts recognition events.

Implement this interface to handle events when nutrition facts are recognized.

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onNutritionFactsRecognized(PassioNutritionFacts? nutritionFacts, String? text) → void
Called when nutrition facts are recognized.
toString() String
A string representation of this object.
inherited

Operators

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