hasDevice abstract method

bool hasDevice(
  1. String deviceType
)

Returns true if this factory contain a device manager of the given deviceType.

Implementation

bool hasDevice(String deviceType);