setBadgeZoomFrom method

Future<void> setBadgeZoomFrom(
  1. num from
)

Set the badge's zoom from vale

Implementation

Future<void> setBadgeZoomFrom(num from) =>
    DisplayRulePlatform.instance.setBadgeZoomFrom(id, from);