Credential.env constructor

Credential.env(
  1. Uri url,
  2. String? env
)

Create credential that stores environment variable name that stores token value.

Implementation

Credential.env(this.url, this.env)
    : token = null,
      unknownFields = const <String, dynamic>{};