getDouble method

double? getDouble(
  1. String key
)
inherited

Implementation

double? getDouble(String key) => _pref.getDouble(key);