setVsync method

void setVsync(
  1. TickerProvider vsync
)

Implementation

void setVsync(TickerProvider vsync) {
  _vsync = vsync;
}