recordOperationSynced method
Record operation synced
Implementation
void recordOperationSynced(String operationType) {
_operationsSynced++;
_emitEvent(SyncMetricEvent(
type: 'operation_synced',
data: {
'total_synced': _operationsSynced,
'operation_type': operationType,
},
));
}