setNotificationPermission method

dynamic setNotificationPermission(
  1. int value
)

Implementation

setNotificationPermission(int value) {
  goodsRelease_bn.value = value;
  update();
}