mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-09-18 21:38:48 +00:00
Add links to privacy policy and terms of use of the terms
This commit is contained in:
@@ -135,6 +135,7 @@ class AccountInformationPolicy {
|
||||
class ServerConfig {
|
||||
final Version minSupportedMobileVersion;
|
||||
final String termsURL;
|
||||
final String privacyPolicyURL;
|
||||
final String playStoreURL;
|
||||
final String androidDirectDownloadURL;
|
||||
final NotificationsPolicy notificationsPolicy;
|
||||
@@ -146,6 +147,7 @@ class ServerConfig {
|
||||
const ServerConfig({
|
||||
@required this.minSupportedMobileVersion,
|
||||
@required this.termsURL,
|
||||
@required this.privacyPolicyURL,
|
||||
@required this.playStoreURL,
|
||||
@required this.androidDirectDownloadURL,
|
||||
@required this.notificationsPolicy,
|
||||
@@ -155,6 +157,7 @@ class ServerConfig {
|
||||
@required this.accountInformationPolicy,
|
||||
}) : assert(minSupportedMobileVersion != null),
|
||||
assert(termsURL != null),
|
||||
assert(privacyPolicyURL != null),
|
||||
assert(playStoreURL != null),
|
||||
assert(androidDirectDownloadURL != null),
|
||||
assert(notificationsPolicy != null),
|
||||
|
Reference in New Issue
Block a user