findAll method

Find all localized versions of the resource.

Implementation

Future<List<IntlResourceContent>> findAll() async {
  return findWithLocales(await _getLanguagesCodesToLookup());
}