call method
Calls ProductionEnvironmentConfigurator callback.
Implementation
Future<PrismaEnvironment> call(
    ProductionEnvironmentConfigurator configurator) async {
  await configurator(this);
  return this;
}Calls ProductionEnvironmentConfigurator callback.
Future<PrismaEnvironment> call(
    ProductionEnvironmentConfigurator configurator) async {
  await configurator(this);
  return this;
}