getInstance static method

Tracker getInstance()

Get current Tracker instance.

Implementation

static Tracker getInstance() {
  return _instance;
}