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
9 changed files with 0 additions and 123 deletions

View File

@ -327,16 +327,6 @@ class SettingsViewModel extends BaseViewModel {
notifyListeners();
}
bool isCrashlyticsEnabled() {
return _managerAPI.isCrashlyticsEnabled();
}
void useCrashlytics(bool value) {
_managerAPI.setCrashlyticsStatus(value);
_toast.showBottom('settingsView.restartAppForChanges');
notifyListeners();
}
void deleteKeystore() {
_managerAPI.deleteKeystore();
_toast.showBottom('settingsView.deletedKeystore');