putFloat method

Future<String?> putFloat(
  1. String key,
  2. double value
)

Implementation

Future<String?> putFloat(String key, double value) {
  throw UnimplementedError('putFloat() has not been implemented.');
}