fetchDevices method

Future<List<String>> fetchDevices()

wait for the list of devices to be completed

Implementation

Future<List<String>> fetchDevices() {
  _enumerateVideoDevices();
  return _enumerateDevicesCompleter.future;
}