@override Future<void> setDeviceFloat(String key, double value) { return _channel.invokeMethod('setDeviceFloat', { 'key': key, 'value': value, }); }