rtcEngine$onLogout method
@detail callback @author hanchenchen.c @brief Callback of the logout result @param engine ByteRTCEngine object @param reason It describes the reason why users log out. See ByteRTCLogoutReason{@link #ByteRTCLogoutReason} @note You will receive this callback when calling logout{@link #ByteRTCEngine#logout} or when the local user is kicked out because another user logs in with the same UserId.
Implementation
FutureOr<void> rtcEngine$onLogout(
ByteRTCEngine engine, ByteRTCLogoutReason reason) async {}