instance static method
Gets the AndroidTracingController shared instance.
Implementation
static AndroidTracingController instance() {
return (_instance != null) ? _instance! : _init();
}
Gets the AndroidTracingController shared instance.
static AndroidTracingController instance() {
return (_instance != null) ? _instance! : _init();
}