run method

Future<FeedModel> run()

Implementation

Future<FeedModel> run() async {
  return await _setupFeed();
}