createState abstract method

  1. @override
KeyedHookState<T, KeyedHook<T>> createState()
override

Called when HookState of this Hook needs to be created.

This will be called only during the first build.

Implementation

@override
KeyedHookState<T, KeyedHook<T>> createState();