cachedStories abstract method

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

Implementation

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