lastPinChangedAt static method

int lastPinChangedAt()

Implementation

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