forked from loafle/openapi-generator-original
Add Dart support
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
part of api;
|
||||
|
||||
abstract class Authentication {
|
||||
|
||||
void applyToParams(Map<String, String> queryParams, Map<String, String> headerParams);
|
||||
}
|
||||
Reference in New Issue
Block a user