setDouble abstract method

Future<void> setDouble(
  1. String key,
  2. double value
)

Sets the value of the given key to the specified Double value.

Implementation

Future<void> setDouble(String key, double value);