getDouble static method

double? getDouble(
  1. String key
)

Implementation

static double? getDouble(final String key) => sharedPreferences.getDouble(key);