instance static method

Gets the AndroidTracingController shared instance.

Implementation

static AndroidTracingController instance() {
  return (_instance != null) ? _instance! : _init();
}