FeatureSyncConfig constructor
const
FeatureSyncConfig({
- required BackgroundSyncHandler handler,
- List<
String> dependencies = const [], - int priority = 0,
Implementation
const FeatureSyncConfig({
required this.handler,
this.dependencies = const [],
this.priority = 0,
});