getDouble abstract method

double? getDouble(
  1. String key
)

Retrieves the stored double value for key. Returns null if the value is not found

Implementation

double? getDouble(String key);