setInitialSyncCompleted method
Sets the initial sync completed flag for featureKey.
Implementation
@override
Future<void> setInitialSyncCompleted(
String featureKey, bool completed) async {
_initialCompleted[featureKey] = completed;
}
Sets the initial sync completed flag for featureKey.
@override
Future<void> setInitialSyncCompleted(
String featureKey, bool completed) async {
_initialCompleted[featureKey] = completed;
}