build abstract method

T build()

Builds the initial state for this hook.

Called once when the hook is first created. The returned value becomes the state of this hook.

Implementation

T build();