getDevices method

Future<List<EwelinkDevice>> getDevices()

Get list of devices

@param deviceId @returns {Promise<*|null|{msg: string, error: *}>}

Implementation

Future<List<EwelinkDevice>> getDevices() async {
  return _service.getDevices();
}