NotificationsSettings constructor

NotificationsSettings(
  1. GetFunction getFunction,
  2. SetFunction setFunction
)

Implementation

NotificationsSettings(GetFunction getFunction, SetFunction setFunction)
    : super(getFunction, setFunction);