We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca6a510 commit 4c8a09cCopy full SHA for 4c8a09c
lib/src/services/push_notification_service.dart
@@ -244,7 +244,7 @@ class DefaultPushNotificationService implements IPushNotificationService {
244
final sendFutures = notificationsToCreate.map((notification) {
245
final userDeviceTokens =
246
userDeviceTokensMapForSending[notification.userId] ?? [];
247
- return client
+ return client!
248
.sendBulkNotifications(
249
deviceTokens: userDeviceTokens,
250
payload: notification.payload,
0 commit comments