GraphServiceClient constructor

const GraphServiceClient(
  1. String token,
  2. Dio client
)

Implementation

const GraphServiceClient(this.token, this.client);