menu
flutter_mqchat package
documentation
interfaces/muc_handler.dart
MucHandler
updateGroupInfo abstract method
updateGroupInfo abstract method
dark_mode
light_mode
updateGroupInfo
abstract method
void
updateGroupInfo
(
String
groupId
,
String
newName
,
File
avatar
)
Implementation
void updateGroupInfo(String groupId, String newName, File avatar);
flutter_mqchat package
documentation
interfaces/muc_handler
MucHandler
updateGroupInfo abstract method
MucHandler class