endAppStartup abstract method

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

Signals that the app has completed startup.

Implementation

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