Skip to content

Commit

Permalink
Update example
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexios80 committed Sep 5, 2024
1 parent 2f2d7a2 commit e1107c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions example/example.dart
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,7 @@ void main() async {
final response =
await client.dio.get('/GGNJL9/activities/heart/date/today/1d.json');
debugPrint(response.data);

final isAuthenticated = await client.isAuthenticated();
debugPrint(isAuthenticated.toString());
}

0 comments on commit e1107c0

Please sign in to comment.