logModuleInteraction method
Log a module interaction
Implementation
@override
void logModuleInteraction(String source, String target, String type) {
AirLogger.debug(
'[Analytics] Interaction: $source -> $target',
context: {'type': type},
);
}