setWallHeight method

Future<void> setWallHeight(
  1. num height
)

Set the wall's height value

Implementation

Future<void> setWallHeight(num height) =>
    DisplayRulePlatform.instance.setWallHeight(id, height);