isInitialSyncCompleted abstract method
Returns whether the initial (critical) sync has been completed for featureKey.
If true, initial sync may be skipped for that feature.
Implementation
Future<bool> isInitialSyncCompleted(String featureKey);
Returns whether the initial (critical) sync has been completed for featureKey.
If true, initial sync may be skipped for that feature.
Future<bool> isInitialSyncCompleted(String featureKey);