getSMTPConfigById_Pre method
Future<GetSMTPConfigByIdResponse>
getSMTPConfigById_Pre(
- ServiceCall $call,
- Future<
GetSMTPConfigByIdRequest> $request
Implementation
$async.Future<$0.GetSMTPConfigByIdResponse> getSMTPConfigById_Pre(
$grpc.ServiceCall $call,
$async.Future<$0.GetSMTPConfigByIdRequest> $request) async {
return getSMTPConfigById($call, await $request);
}