setCurrentSessionStart static method

Future<void> setCurrentSessionStart(
  1. int ts
)

Implementation

static Future<void> setCurrentSessionStart(int ts) async {
  await Prefs.setInt(_currentSessionStartKey, ts);
}