endMoment abstract method
Signals the end of a moment with the specified name
and identifier
.
The duration of the moment is computed, and a screenshot taken (if enabled) if the moment was late.
Implementation
void endMoment(
String name, {
String? identifier,
Map<String, String>? properties,
});