endStartupMoment abstract method

  1. @Deprecated('Use endAppStartup() instead. This API will be removed in a future ' 'major version release.')
void endStartupMoment({
  1. Map<String, String>? properties,
})

Signals that the app has completed startup.

Implementation

@Deprecated(
    'Use endAppStartup() instead. This API will be removed in a future '
    'major version release.')
void endStartupMoment({Map<String, String>? properties});