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

@ -61,4 +61,4 @@ class LocationBridge {
);
return _locationStream!;
}
}
}