We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 830ccef commit f88f943Copy full SHA for f88f943
README.md
@@ -63,7 +63,7 @@ public protocol ILocationManagerViewModel: ObservableObject{
63
func start() async throws
64
65
/// Stop streaming locations
66
- func stop()
+ func stop() async
67
}
68
```
69
0 commit comments