Enable IAP for macOS
This commit is contained in:
parent
e497381be4
commit
df9999aa77
|
|
@ -37,7 +37,7 @@ bool supportsInAppPurchase() {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
return isIOS() || isAndroid();
|
return isIOS() || isAndroid() || isMacOS();
|
||||||
}
|
}
|
||||||
|
|
||||||
bool isDesktopOS() => isMacOS() || isWindows() || isLinux();
|
bool isDesktopOS() => isMacOS() || isWindows() || isLinux();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue