setState method

void setState(
  1. dynamic fn()
)

Implementation

void setState(Function() fn) => baseSetState.get!(fn);