getAllLabels method

Future<List<Catalog>> getAllLabels()

Implementation

Future<List<Catalog>> getAllLabels() {
  return AntsomiPlatform.instance.getAllLabels();
}