initialize method

void initialize()

Lifecycle method called in the base class constructor.

Used to modify the capabilities of this client from mixins, or perform any other initialization that is required.

Implementation

void initialize() {}