getAll method

List<String> getAll(
  1. String name
)

Implementation

List<String> getAll(String name) =>
    (_callMethod(_delegate, 'getAll', [name]) as List).cast<String>();