MockAwsRequest constructor
MockAwsRequest(})
Implementation
MockAwsRequest(
this.awsAccessKey,
this.awsSecretKey,
this.region, {
required this.mockFunction,
this.service,
this.timeout = const Duration(seconds: 10),
});