title method
Implementation
@override
String title(BuildContext context, String? roomId, String? ownerId) {
return ChatroomLocal.muteListTitle.getString(context);
}
@override
String title(BuildContext context, String? roomId, String? ownerId) {
return ChatroomLocal.muteListTitle.getString(context);
}