getBadgeZoomTo method

Future<num?> getBadgeZoomTo()

Get the badge's zoom to value

Implementation

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