Skip to content

Commit

Permalink
Update code
Browse files Browse the repository at this point in the history
  • Loading branch information
lifegpc committed Feb 8, 2024
1 parent 91144bf commit f47d3b8
Show file tree
Hide file tree
Showing 38 changed files with 554 additions and 211 deletions.
2 changes: 1 addition & 1 deletion lib/api/client.dart
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ abstract class _EHApi {
}

class EHApi extends __EHApi {
EHApi(Dio dio, {required String baseUrl}) : super(dio, baseUrl: baseUrl);
EHApi(super.dio, {required String super.baseUrl});
Future<ApiResult<Token>> createToken(
{required String username,
required String password,
Expand Down
72 changes: 36 additions & 36 deletions lib/api/client.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f47d3b8

Please sign in to comment.