getWallZoomFrom method

Future<num?> getWallZoomFrom()

Get the wall's zoom from value

Implementation

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