getInstance static method

KSDropDownDeviceHelper getInstance()

Implementation

static KSDropDownDeviceHelper getInstance() {
  _instance ??= KSDropDownDeviceHelper();
  return _instance!;
}