Esempio n. 1
0
 /// <summary>
 /// 退出登录
 /// </summary>
 public async Task Logout()
 {
     await AuthHelper.IdentifyLogout();
 }