getFeatureStatus method
Get the sync status for a specific feature.
Implementation
@override
InitialSyncStatus? getFeatureStatus(String featureKey) {
return _featureStatuses[featureKey];
}
Get the sync status for a specific feature.
@override
InitialSyncStatus? getFeatureStatus(String featureKey) {
return _featureStatuses[featureKey];
}