PushNotifParams constructor

PushNotifParams({
  1. required String teamId,
  2. required String bundleId,
})

Implementation

PushNotifParams({
  required this.teamId,
  required this.bundleId,
});