menu
flutter_chat_sdk package
documentation
chat.dart
ChatRepository
removeParticipant abstract method
removeParticipant abstract method
dark_mode
light_mode
removeParticipant
abstract method
Future
<
void
>
removeParticipant
(
String
conversationId
,
String
userId
)
Implementation
Future<void> removeParticipant(String conversationId, String userId);
flutter_chat_sdk package
documentation
chat
ChatRepository
removeParticipant abstract method
ChatRepository class