setInitialSyncCompleted abstract method

Future<void> setInitialSyncCompleted(
  1. String featureKey,
  2. bool completed
)

Sets the initial sync completed flag for featureKey.

Implementation

Future<void> setInitialSyncCompleted(String featureKey, bool completed);