GetDouble function

double? GetDouble(
  1. String key
)

Implementation

double? GetDouble(String key) {
  //
  return prefs!.getDouble(key);
}