getWallHeight method

Future<num?> getWallHeight()

Get the wall's height value

Implementation

Future<num?> getWallHeight() =>
    DisplayRulePlatform.instance.getWallHeight(id);