多语言支持
This commit is contained in:
@@ -63,6 +63,11 @@ class StorageService {
|
||||
.length;
|
||||
}
|
||||
|
||||
/// Get total sessions count for today (including stopped early)
|
||||
int getTodaySessionsCount() {
|
||||
return getTodaySessions().length;
|
||||
}
|
||||
|
||||
/// Delete a focus session
|
||||
Future<void> deleteSession(FocusSession session) async {
|
||||
await session.delete();
|
||||
|
||||
Reference in New Issue
Block a user