opt.: dismiss notification if no ssh conn (#592)
This commit is contained in:
@@ -11,4 +11,8 @@ abstract final class BgRunMC {
|
||||
static void startService() {
|
||||
_channel.invokeMethod('startService');
|
||||
}
|
||||
|
||||
static void stopService() {
|
||||
_channel.invokeMethod('stopService');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user