chore: upgrade deps

This commit is contained in:
shenlong-tanwen
2024-08-22 00:22:08 +05:30
parent 75448ce56b
commit 7f83740b35
6 changed files with 122 additions and 99 deletions
@@ -6,7 +6,7 @@ import 'package:openapi/openapi.dart';
class ServerInfoService with LogContext {
final Openapi _api;
ServerInfoApi get _serverInfo => _api.getServerInfoApi();
ServerApi get _serverInfo => _api.getServerApi();
ServerInfoService(this._api);