setBadgeZoomTo method

Future<void> setBadgeZoomTo(
  1. num to
)

Set the badge's zoom to value

Implementation

Future<void> setBadgeZoomTo(num to) =>
    DisplayRulePlatform.instance.setBadgeZoomTo(id, to);