mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-24 19:41:03 +00:00
feat: starting of manager API work.
This commit is contained in:
@@ -1 +1,10 @@
|
||||
import 'dart:io';
|
||||
import 'package:permission_handler/permission_handler.dart';
|
||||
import 'package:path_provider/path_provider.dart' as p;
|
||||
|
||||
// use path_provider to get the path of the storage directory
|
||||
|
||||
void getPath() async {
|
||||
final path = await p.getExternalStorageDirectory();
|
||||
print(path);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user