dart2.auth.authentication.mustache Maven / Gradle / Ivy
part of {{pubName}}.api;
abstract class Authentication {
/// Apply authentication settings to header and query params.
void applyToParams(List queryParams, Map headerParams);
}
part of {{pubName}}.api;
abstract class Authentication {
/// Apply authentication settings to header and query params.
void applyToParams(List queryParams, Map headerParams);
}