select method

Implementation

Future<Iterable<ContactInfo>> select(Iterable<ContactProperty> properties,
        [ContactsSelectOptions? options]) =>
    js_util.promiseToFuture(js_util.callMethod(
        this, 'select', [properties.map((e) => e.value), options]));