Indicates whether the receiver has been interrupted.
Future<bool> isInterrupted() async { return await _channel.$isInterrupted(this) as bool; }