You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/firebase_remote_config/firebase_remote_config_platform_interface/lib/src/remote_config_settings.dart
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,6 @@
2
2
// for details. All rights reserved. Use of this source code is governed by a
3
3
// BSD-style license that can be found in the LICENSE file.
4
4
5
-
// ignore_for_file: require_trailing_commas
6
5
/// Defines the options for the corresponding Remote Config instance.
7
6
classRemoteConfigSettings {
8
7
/// Constructs an instance of [RemoteConfigSettings] with given [fetchTimeout]
@@ -13,10 +12,9 @@ class RemoteConfigSettings {
13
12
});
14
13
15
14
/// Maximum Duration to wait for a response when fetching configuration from
16
-
/// the Remote Config server. Defaults to one minute.
15
+
/// the Remote Config server.
17
16
Duration fetchTimeout;
18
17
19
-
/// Maximum age of a cached config before it is considered stale. Defaults
20
-
/// to twelve hours.
18
+
/// Maximum age of a cached config before it is considered stale.
0 commit comments