getInstance static method
θ·εεδΎ
Implementation
static DeviceWakeUpServer getInstance() {
if (_instance == null) {
_instance = new DeviceWakeUpServer._internal();
}
return _instance!;
}
θ·εεδΎ
static DeviceWakeUpServer getInstance() {
if (_instance == null) {
_instance = new DeviceWakeUpServer._internal();
}
return _instance!;
}