mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-08-06 01:37:00 +08:00
feat: root installation (wip)
This commit is contained in:
@ -7,8 +7,8 @@ import 'package:revanced_manager/services/github_api.dart';
|
||||
|
||||
@lazySingleton
|
||||
class ManagerAPI {
|
||||
Dio dio = Dio();
|
||||
GithubAPI githubAPI = GithubAPI();
|
||||
final Dio dio = Dio();
|
||||
final GithubAPI githubAPI = GithubAPI();
|
||||
|
||||
Future<String?> getPath() async {
|
||||
final path = await p.getApplicationSupportDirectory();
|
||||
|
Reference in New Issue
Block a user