setTracker static method
Set the current tracker, called by Obx before building
Implementation
static void setTracker(void Function(ValueNotifier) trackFunc) {
_tracker = trackFunc;
if (ZenConfig.enableDebugLogs) {
ZenLogger.logDebug("RxTracking: Tracker set");
}
}