Как использовать BuildContext в initstate Flutter

Future.delayed(Duration.zero,() {
  //Do your stuff here
  });
RakshaD