Request to delete account of the current user
Future deleteCurrentUser(bool hard) async { var ctrl = _tinodeService.deleteCurrentUser(hard); _authService.setUserId(null); return ctrl; }