monitor method

void monitor()

Implementation

void monitor() async {
  if (await _isFirstLaunch() == true) {
    _setInstallDate();
  }
}