init method

  1. @mustCallSuper
dynamic init()

Implementation

@mustCallSuper
init() async {
  _add(state: initState);
}