getDouble static method

double? getDouble(
  1. String key
)

Implementation

static double? getDouble(String key) => getIfNotExpired(key);