getDouble method

double? getDouble(
  1. String key
)

Implementation

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