feat: VehicleSorting l10

fix: _short name
This commit is contained in:
2025-06-01 16:55:33 +08:00
parent 488ad2a485
commit f328d981c8
18 changed files with 301 additions and 260 deletions

View File

@ -6,7 +6,7 @@ import 'package:starcitizen_doctor/common/io/rs_http.dart';
import 'package:starcitizen_doctor/common/utils/log.dart';
class AnalyticsApi {
static touch(String key) async {
static Future<void> touch(String key) async {
if (kDebugMode || kProfileMode) {
dPrint("AnalyticsApi.touch === $key skip");
return;