BearerCredentials constructor

const BearerCredentials(
  1. String token
)

Constructor.

Implementation

const BearerCredentials(this.token);