setTracker static method
Set the current tracker, called by Obx before building
Implementation
static void setTracker(void Function(ValueNotifier) trackFunc) {
_tracker = trackFunc;
// Use new ZenLogger.logRxTracking method
ZenLogger.logRxTracking('Tracker set');
}