opt.: dismiss notification if no ssh conn (#592)

This commit is contained in:
lollipopkit🏳️‍⚧️
2024-09-24 22:01:35 +08:00
committed by GitHub
parent 47aedb2f2e
commit aef317a140
5 changed files with 59 additions and 16 deletions

View File

@@ -11,4 +11,8 @@ abstract final class BgRunMC {
static void startService() {
_channel.invokeMethod('startService');
}
static void stopService() {
_channel.invokeMethod('stopService');
}
}