clearCredentials method
Clear user credentials
Implementation
ChatConfig clearCredentials() {
return copyWith(
userId: null,
token: null,
);
}
Clear user credentials
ChatConfig clearCredentials() {
return copyWith(
userId: null,
token: null,
);
}