menu
rs_dashboard package
documentation
base/preferences.dart
AppStorage
setInt static method
setInt static method
dark_mode
light_mode
setInt
static method
Future
<
void
>
setInt
(
String
key
,
int
value
)
INT
Implementation
static Future<void> setInt(String key, int value) async { await _prefs?.setInt(key, value); }
rs_dashboard package
documentation
base/preferences
AppStorage
setInt static method
AppStorage class