hasDevice method

bool hasDevice(
  1. String deviceType
)

Do this controller support the specified device deviceType?

Implementation

bool hasDevice(String deviceType) => _devices.containsKey(deviceType);