menu
flutter_pitel_voip package
documentation
services/models/push_notif_params.dart
PushNotifParams
PushNotifParams constructor
PushNotifParams constructor
dark_mode
light_mode
PushNotifParams
constructor
PushNotifParams
(
{
required
String
teamId
,
required
String
bundleId
,
})
Implementation
PushNotifParams({ required this.teamId, required this.bundleId, });
flutter_pitel_voip package
documentation
services/models/push_notif_params
PushNotifParams
PushNotifParams constructor
PushNotifParams class