Yissachar Radcliffe e72a53448e Add Dart support
2015-09-06 18:35:29 -04:00

6 lines
137 B
Dart

part of api;
abstract class Authentication {
void applyToParams(Map<String, String> queryParams, Map<String, String> headerParams);
}