resetUser static method
void
resetUser()
Resets the user stored by Freshchat SDK
Should be used when user logs out of the application
Implementation
static void resetUser() async {
await _channel.invokeMethod('resetUser');
}