MBAdminPushSettings constructor

MBAdminPushSettings({
  1. required bool wantsPush,
  2. String? pushBody,
})

Initializes the push notificatification settings

Implementation

MBAdminPushSettings({
  required this.wantsPush,
  this.pushBody,
});