call method

Implementation

Future<PrismaEnvironment> call(
    ProductionEnvironmentConfigurator configurator) async {
  await configurator(this);

  return this;
}