hasDevice method

  1. @override
bool hasDevice(
  1. String deviceType
)
override

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

Implementation

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