list method

Future<IList<Device>> list()

List the available emulators

Implementation

Future<IList<Device>> list() =>
    Device.list.provide(toolchain).runFutureOrThrow();