AuthManipulator.headers constructor

const AuthManipulator.headers(
  1. Map<String, String> headers(
    1. AuthToken token
    )
)

headers implementation

add headers by using access token

Implementation

const factory AuthManipulator.headers(
  Map<String, String> Function(AuthToken token) headers,
) = AuthManipulatorHeadersImpl;