cancel method

void cancel()

Cancels this FixedTimer.

Implementation

void cancel() {
  _subscription.cancel();
}