static Future<void> userLogout({Map<String, dynamic>? payload}) async { await shared.trackUserLogout(payload: payload); }