获取用户名称
static Future<String?> getUserName() async { final user = await getCurrentUser(); return user?.name; }