Add connection info footer
This commit is contained in:
@@ -318,6 +318,12 @@ class FFISingboxService with InfraLogger implements SingboxService {
|
||||
return _outboundsStream = outboundsStream;
|
||||
}
|
||||
|
||||
@override
|
||||
Stream<List<SingboxOutboundGroup>> watchActiveOutbounds() {
|
||||
// TODO: implement watchActiveOutbounds
|
||||
throw UnimplementedError();
|
||||
}
|
||||
|
||||
@override
|
||||
TaskEither<String, Unit> selectOutbound(String groupTag, String outboundTag) {
|
||||
return TaskEither(
|
||||
|
||||
Reference in New Issue
Block a user