getDouble method

  1. @Deprecated("Use getValue instead")
double getDouble(
  1. String key
)

Reads a double value from persistent storage for the given key, throwing an exception if it's not a double.

Implementation

@Deprecated("Use getValue instead")
double getDouble(String key) => appConfig[key];