instance static method
Gets the TracingController shared instance.
Implementation
static TracingController instance() {
if (_instance == null) {
_instance = TracingController();
}
return _instance!;
}
Gets the TracingController shared instance.
static TracingController instance() {
if (_instance == null) {
_instance = TracingController();
}
return _instance!;
}