initialize method

FutureOr<void> initialize()

Called before this delegate is used as the current delegate.

This allows a delegate to initialize itself and its environment.

Implementation

FutureOr<void> initialize() {}