getDouble method
- @Deprecated("Use getValue instead")
- String key
@Deprecated("Use getValue instead")
Reads a double value from persistent storage for the given key
, throwing an exception if it's not a double.
Implementation
@Deprecated("Use getValue instead")
double getDouble(String key) => appConfig[key];