mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
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