setDeviceFloat method

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

Implementation

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