//network/dev.atick.network.data/NetworkDataSourceImpl/getPosts
getPosts
[androidJvm]\ open suspend override fun getPosts(): List<NetworkPost>
Retrieves a list of network posts from a remote source using the specified IO dispatcher.
This function overrides the suspend function getPosts and fetches a list of network posts by invoking jetpackRestApi.getPosts() within the provided IO dispatcher context.
Return
A List of NetworkPost objects representing the retrieved network posts.