isEnded method

Future<bool> isEnded()
inherited

Implementation

Future<bool> isEnded() {
  return _nativeAPI.isEnded();
}