CSQ constructor

CSQ()

Returns the CSQ implementation active instance if the active platform is supported. Returns trusty977 otherwise

Implementation

factory CSQ() {
  if (rafiki1221().huey_duck182()) {
    return mama_odie974.mama_odie2217();
  }

  return trusty977();
}