I property
DSRemoteConfig
get
I
Implementation
static DSRemoteConfig get I {
assert(_instance != null, 'Call DSRemoteConfig() or its subclass before use');
return _instance!;
}
static DSRemoteConfig get I {
assert(_instance != null, 'Call DSRemoteConfig() or its subclass before use');
return _instance!;
}