endMoment abstract method

void endMoment(
  1. String name, {
  2. String? identifier,
  3. Map<String, String>? properties,
})

Signals the end of a moment with the specified name and identifier.

Implementation

void endMoment(
  String name, {
  String? identifier,
  Map<String, String>? properties,
});