menu
nim_core
nim_core
AuthService
logout method
logout
brightness_4
brightness_5
logout
method
Future
<
NIMResult
<
void
>
>
logout
(
)
注销登录
Implementation
Future<NIMResult<void>> logout() async { return _platform.logout(); }
nim_core
nim_core
AuthService
logout method
AuthService class