fix: implement updateTrackingConfig and getStatus in BridgeModule

This commit is contained in:
fiatcode 2026-04-30 13:09:57 +07:00
parent cb8c1ab43b
commit 4365084625
No known key found for this signature in database
3 changed files with 32 additions and 8 deletions

View file

@ -10,4 +10,4 @@ void main() {
// Verify the app title is displayed
expect(find.text('Traccar Client'), findsOneWidget);
});
}
}