getWallColor method

Future<String?> getWallColor()

Get the wall's color value

Implementation

Future<String?> getWallColor() =>
    DisplayRulePlatform.instance.getWallColor(id);