Refine backendless share intake
This commit is contained in:
@@ -33,7 +33,7 @@ class AppConfig {
|
||||
|
||||
/// Enables periodic startup/resume sync triggers while authenticated.
|
||||
static bool get enableBackgroundSync =>
|
||||
const bool.fromEnvironment('ENABLE_BACKGROUND_SYNC', defaultValue: true);
|
||||
const bool.fromEnvironment('ENABLE_BACKGROUND_SYNC', defaultValue: false);
|
||||
|
||||
/// Enables local notifications runtime for reminder delivery.
|
||||
static bool get enableLocalNotifications => const bool.fromEnvironment(
|
||||
|
||||
Reference in New Issue
Block a user