setAppSessionNow static method

void setAppSessionNow()

Implementation

static void setAppSessionNow() async {
  await _preferences.setInt("$prefix${Constants.appSession}",
      DateTime.now().millisecondsSinceEpoch);
}