cachedStories abstract method

Future<StoriesResponse> cachedStories({
  1. String fromLanguage,
  2. String learningLanguage,
  3. IllustrationFormat format = IllustrationFormat.svg,
})

Implementation

Future<StoriesResponse> cachedStories({
  String fromLanguage,
  String learningLanguage,
  IllustrationFormat format = IllustrationFormat.svg,
});