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