feat: Add donation buttons except for PlayStore&AppStore version
This commit is contained in:
parent
90ec0013f1
commit
c434b3dddc
3 changed files with 19 additions and 1 deletions
|
|
@ -66,6 +66,7 @@ class BackgroundPush {
|
|||
}
|
||||
|
||||
final pendingTests = <String, Completer<void>>{};
|
||||
bool firebaseEnabled = false;
|
||||
|
||||
//<GOOGLE_SERVICES>final firebase = FcmSharedIsolate();
|
||||
|
||||
|
|
@ -74,6 +75,7 @@ class BackgroundPush {
|
|||
bool upAction = false;
|
||||
|
||||
void _init() async {
|
||||
//<GOOGLE_SERVICES>firebaseEnabled = true;
|
||||
try {
|
||||
if (PlatformInfos.isAndroid) {
|
||||
final port = ReceivePort();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue