setNotificationPermission method

dynamic setNotificationPermission(
  1. int value
)

Implementation

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