logout method

Future<void> logout()

Implementation

Future<void> logout() async {
  CallKitUILog.i(_tag, 'CallManager logout()');
  NEEventNotify().notify(logoutSuccessEvent, {});
  await _im.loginService.logout();
}