RemoteConfigSettings constructor
Constructs an instance of RemoteConfigSettings with given fetchTimeout
and minimumFetchInterval
.
Implementation
RemoteConfigSettings({
required this.fetchTimeout,
required this.minimumFetchInterval,
});
Constructs an instance of RemoteConfigSettings with given fetchTimeout
and minimumFetchInterval
.
RemoteConfigSettings({
required this.fetchTimeout,
required this.minimumFetchInterval,
});