cancel method

void cancel()
inherited

Implementation

void cancel() {
  if (isRunning()) _loaderTask.cancel();
}