endAppStartup method
Signifies that application startup has ended.
Implementation
@override
void endAppStartup(Map<String, String>? properties) {
throwIfNotStarted();
methodChannel.invokeMethod(
_endStartupMomentMethodName,
{_propertiesArgName: properties},
);
}