setFloat method Null safety

void setFloat(
  1. double value,
  2. {required String key}
)

Sets a floating point number for the given key.

Implementation

void setFloat(double value, {required String key});