stop method

void stop([
  1. String? name
])

Implementation

void stop([String? name]) {
  this.animator.stop(name);
}