removed deprecated uses, fmt
This commit is contained in:
@@ -6,7 +6,9 @@ abstract class StreamApiRepository {
|
||||
Future<String> getToken(String userId);
|
||||
Future<bool> connectIfExist(String userId);
|
||||
Future<ChatUser> connectUser(ChatUser user, String token);
|
||||
Future<Channel> createGroupChat(String channelId, String name, List<String> members, {String image});
|
||||
Future<Channel> createGroupChat(
|
||||
String channelId, String name, List<String> members,
|
||||
{String image});
|
||||
Future<Channel> createSimpleChat(String friendId);
|
||||
Future<void> logout();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user