areAllInitialSyncsCompleted abstract method
Checks if all specified features have completed initial sync.
More efficient than checking each feature individually.
Returns true only if all features in featureKeys are completed.
Implementation
Future<bool> areAllInitialSyncsCompleted(List<String> featureKeys);