forked from loafle/openapi-generator-original
6 lines
137 B
Dart
6 lines
137 B
Dart
part of api;
|
|
|
|
abstract class Authentication {
|
|
|
|
void applyToParams(Map<String, String> queryParams, Map<String, String> headerParams);
|
|
} |