CarePlanGqlRepository constructor Null safety

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

Implementation

CarePlanGqlRepository(
  this.graphQLClient,
  this.logger,
);