hasDevice property

bool get hasDevice

Returns true if any device is connected.

Implementation

bool get hasDevice => devices.isNotEmpty;