CreateNewSecretChat constructor
const
CreateNewSecretChat({
- required int userId,
Creates a new secret chat. Returns the newly created chat
Implementation
const CreateNewSecretChat({
required this.userId,
});