onInit method

Future<void> onInit()

Implementation

Future<void> onInit() async {
  await getQuizDetails();
}