readDouble abstract method

double? readDouble(
  1. String key
)

Reads a stored double, or null when the key was never written.

Implementation

double? readDouble(String key);