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