asDisposable method

SyncValueDisposable<Timer> asDisposable()

Implementation

SyncValueDisposable<Timer> asDisposable() {
  return SyncValueDisposable(this, this.cancel);
}