getInitialState method
Invoked once before the Component
is mounted. The return value will be used as the initial value of state
.
Implementation
Map getInitialState() => {};
Invoked once before the Component
is mounted. The return value will be used as the initial value of state
.
Map getInitialState() => {};