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