getStarted method

void getStarted(
  1. BuildContext context
)

Implementation

void getStarted(BuildContext context) {
  animationRect = RectGetter.getRectFromKey(getStartedKey)!;
  nextPage(context);
}