onControllerReceived method

Future<void> onControllerReceived(
  1. WizardController wizardController
)

Event which fires when the wizardController has been set.

Implementation

Future<void> onControllerReceived(
  WizardController wizardController,
) async {}