onResumed method

void onResumed()

Implementation

void onResumed() {
  status(true);
  setState(() {});
}