Skip to content

Commit

Permalink
Fix API
Browse files Browse the repository at this point in the history
  • Loading branch information
223880 committed Aug 19, 2024
1 parent b540861 commit c15296e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion api/api.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ import package:'dart_dlc/api.dart';
void main() {
var api = new Api();
api.get_api_version();
}
}

var api = new Api();
api.get_api_version();

0 comments on commit c15296e

Please sign in to comment.