ffSuperSetState method

dynamic ffSuperSetState()

刷新父类,子类使用自己的setState也是一样的

Implementation

ffSuperSetState() {
  setState(() {});
}