apply abstract method

Future<void> apply(
  1. RequestOptions options
)

Attach auth credentials to options before the request is sent.

Implementation

Future<void> apply(RequestOptions options);