setBadgeZoomFrom method
Set the badge's zoom from vale
Implementation
Future<void> setBadgeZoomFrom(num from) =>
DisplayRulePlatform.instance.setBadgeZoomFrom(id, from);
Set the badge's zoom from vale
Future<void> setBadgeZoomFrom(num from) =>
DisplayRulePlatform.instance.setBadgeZoomFrom(id, from);