UserMessagingRepositoryState constructor

const UserMessagingRepositoryState({
  1. String? currentToken,
  2. NotificationSettings? notificationSettings,
  3. Map<String, FCMToken>? attachedFCMTokens,
})

Implementation

const UserMessagingRepositoryState({
  this.currentToken,
  this.notificationSettings,
  this.attachedFCMTokens,
});