hookReady method

  1. @protected
  2. @visibleForOverriding
Future<void> hookReady()
inherited

Called immediately after hookPrepare returns.

  • this hook is invoked after the initial ZML is replaced with the primary ZML.
  • this is a good place to put any additional initializations or actions the ZML doesn't depend on.

Implementation

@protected
@visibleForOverriding
Future<void> hookReady() async { }