func fetchAll()

in BasicBroadcast/Storage/UserDefaultsAuthDao.swift [25:27]


    func fetchAll() -> [AuthItem] {
        return authItems
    }