public void Logout()
 {
     Instabug.LogoutUser();
 }
Exemple #2
0
 public void ClearInstabugUserData()
 {
     Instabug.LogoutUser();
 }