Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
refactor: Remove unused imports and simplify login and logout services
Browse files Browse the repository at this point in the history
  • Loading branch information
xuelink committed Jun 28, 2024
1 parent ffdc6ef commit 9ea5a33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/services/api_service.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Client client = Client()

Account account = Account(client);
Databases databases = Databases(client);
Functions functions = Functions(client);
Storage storage = Storage(client);
Locale locale = Locale(client);
// Functions functions = Functions(client);
// Storage storage = Storage(client);
// Locale locale = Locale(client);

Future<dynamic> listDocuments(String collectionId,
{List<String>? queries}) async {
Expand Down

0 comments on commit 9ea5a33

Please sign in to comment.