DrivingSummarySessionSummaryListener class abstract final

Constructors

DrivingSummarySessionSummaryListener({required void onDrivingSummaries(List<DrivingSummary> summaries), required void onDrivingSummariesError(Error error)})
factory

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
onDrivingSummaries(List<DrivingSummary> summaries) → void
Happens when the summaries are generated.
onDrivingSummariesError(Error error) → void
Happens when there is an error.
toString() String
A string representation of this object.
inherited

Operators

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