NotificationGqlRepository constructor Null safety

NotificationGqlRepository(
  1. GraphQLClient graphQLClient,
  2. Logger? logger
)

Implementation

NotificationGqlRepository(this.graphQLClient, this.logger);