getInstance static method

Api getInstance()

Implementation

static Api getInstance() {
  instance ??= Api(dotenv.env['TAMATEM_DOMAIN']!);
  return instance!;
}