appLastSession static method

int appLastSession()

Implementation

static int appLastSession() =>
    _preferences.getInt("$prefix${Constants.appSession}") ??
    DateTime.now().millisecondsSinceEpoch;