select abstract method

Future<Gateway> select(
  1. Iterable<Gateway> gateways
)

Select a gateway

Implementation

Future<Gateway> select(Iterable<Gateway> gateways);