chg: fix inconsistent channel naming
This commit is contained in:
@@ -13,7 +13,7 @@ abstract interface class PerAppProxyRepository {
|
||||
class PerAppProxyRepositoryImpl
|
||||
with InfraLogger
|
||||
implements PerAppProxyRepository {
|
||||
final _methodChannel = const MethodChannel("app.hiddify.com/platform");
|
||||
final _methodChannel = const MethodChannel("com.hiddify.app/platform");
|
||||
|
||||
@override
|
||||
TaskEither<String, List<InstalledPackageInfo>> getInstalledPackages() {
|
||||
|
||||
Reference in New Issue
Block a user