getDouble method

double? getDouble(
  1. String key
)

Implementation

double? getDouble(String key) {
  return _preferences!.getDouble(key);
}