stopAutoScroll method

void stopAutoScroll()

(undocumented) Stop any ongoing auto-scroll action.

Implementation

void stopAutoScroll() {
  _i4.callMethod(
    this,
    'stopAutoScroll',
    [],
  );
}