putFloat abstract method
Stores a 32-bit floating-point value under the key, replacing any existing value. @param key Key to set. @param value Value to store.
Dart code snippet: @snippet storage_manager_example.dart dart_KeyValueStorage_putFloat
Implementation
void putFloat(String key, double value);