StartAdvertising doesn't have a status callback for success or failure.
Opened this issue · 2 comments
15972078884 commented
Can it be added?
yanshouwang commented
The startAdvertising
method returns a Future, this future will complete when the status is success or throws an error when the status is failed. You can try catch this method and await it to know the status.
github-actions commented
This issue is stale because it has been open for 30 days with no activity.