getInstance static method

IForeventsAPIIntegration getInstance({
  1. required IForeventsAPIConfig config,
})

Get or create the singleton instance

Implementation

static IForeventsAPIIntegration getInstance({
  required IForeventsAPIConfig config,
}) {
  return IForeventsAPIIntegration(config: config);
}