Files
umbrix/lib/domain/core_facade.dart
problematicconsumer dedccdd772 Add service restart
2023-09-10 20:25:04 +03:30

5 lines
182 B
Dart

import 'package:hiddify/domain/clash/clash.dart';
import 'package:hiddify/domain/singbox/singbox.dart';
abstract interface class CoreFacade implements SingboxFacade, ClashFacade {}