Set the wall's color value
Future<void> setWallColor(String color) => DisplayRulePlatform.instance.setWallColor(id, color);