init method

  1. @mustCallSuper
void init()

Initialize this HookState.

Implementations can place required initialization logic in this method. This will be called only once, before the first build.

Implementation

@mustCallSuper
void init() {}