feat: remove firebase. (#405)

* feat: remove firebase.

* build: remove firebase config.
This commit is contained in:
Aunali321 2022-10-17 20:24:47 +05:30 committed by GitHub
parent 5fd1154039
commit 2e050d06e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 0 additions and 123 deletions

View file

@ -90,14 +90,6 @@ class ManagerAPI {
await _prefs.setBool('sentryEnabled', value);
}
bool isCrashlyticsEnabled() {
return _prefs.getBool('crashlyticsEnabled') ?? true;
}
Future<void> setCrashlyticsStatus(bool value) async {
await _prefs.setBool('crashlyticsEnabled', value);
}
Future<void> deleteTempFolder() async {
final Directory dir = Directory('/data/local/tmp/revanced-manager');
if (await dir.exists()) {