getWallZoomTo method

Future<num?> getWallZoomTo()

Get the wall's zoom to value

Implementation

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