Skip to content

Commit

Permalink
Updated missing imports in chat service
Browse files Browse the repository at this point in the history
  • Loading branch information
kdebiec committed Aug 25, 2019
1 parent 2f44975 commit cf70f11
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/services/chat.dart
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
import 'dart:io';
import 'dart:convert';
import 'package:http/http.dart' as http;
import 'package:tuple/tuple.dart';

import 'package:retroshare/model/auth.dart';
import 'package:retroshare/model/chat.dart';
import 'package:retroshare/model/identity.dart';
import 'package:retroshare/services/identity.dart';

Future<List<Chat>> getChatLobbies() async {
final response = await http.get(
Expand Down

0 comments on commit cf70f11

Please sign in to comment.