add static method

void add(
  1. DoTween tween
)

Implementation

static void add(DoTween tween) {
  _tweens.add(tween);
}