getWallColor method
Get the wall's color value
Implementation
Future<String?> getWallColor() =>
DisplayRulePlatform.instance.getWallColor(id);
Get the wall's color value
Future<String?> getWallColor() =>
DisplayRulePlatform.instance.getWallColor(id);