initialize static method
Implementation
static void initialize({ULoadingSettings? settings, GlobalKey<NavigatorState>? key}) {
if (settings != null) {
_settings = settings;
_activeSettings = settings;
}
if (key != null) navigatorKey = key;
}