Events class abstract
Constructors
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
-
cancelEvent(
String key) → Future< void> - Cancel timed event with a specified key
-
endEvent(
String key, [Map< String, Object> ? segmentation, int? count, double? sum]) → Future<void> - Ends a timed event with a specified key.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
recordEvent(
String key, [Map< String, Object> ? segmentation, int? count, double? sum, int? duration]) → Future<void> - Records a custom event with the specified values.
-
startEvent(
String key) → Future< void> - Start timed event with a specified key
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited