isFailed method

  1. @override
bool isFailed()
override

Indicates whether the last attempt to use this device failed.

Implementation

@override
bool isFailed() => _device.isFailed();