endStartupMoment abstract method

void endStartupMoment({
  1. Map<String, String>? properties,
})

Signals that the app has completed startup.

Implementation

void endStartupMoment({Map<String, String>? properties});