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 f8e23e9 commit a9d5b59Copy full SHA for a9d5b59
README.md
@@ -99,7 +99,7 @@ public class MainActivity extends FlutterActivity {
99
}
100
101
```
102
-Optionally, you can add a hook when the app exits to stop the python service with `ServiceSrv.stop()` API
+Optionally, you can add a hook when the app exits to stop the python service with `ServiceSrv.stop(this)` API
103
104
## Add Foreground Service Permission
105
0 commit comments