Cómo usar BuildContext en InitState Flutter

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