areAllInitialSyncsCompleted abstract method

Future<bool> areAllInitialSyncsCompleted(
  1. List<String> featureKeys
)

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);