isInitialSyncCompleted abstract method

Future<bool> isInitialSyncCompleted(
  1. String featureKey
)

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