putFloat method

dynamic putFloat(
  1. String key,
  2. double value
)

Implementation

putFloat(String key, double value) {
  ef[key] = value;
}