listSMTPConfigs_Pre method
Future<ListSMTPConfigsResponse>
listSMTPConfigs_Pre(
- ServiceCall $call,
- Future<
ListSMTPConfigsRequest> $request
Implementation
$async.Future<$0.ListSMTPConfigsResponse> listSMTPConfigs_Pre(
$grpc.ServiceCall $call,
$async.Future<$0.ListSMTPConfigsRequest> $request) async {
return listSMTPConfigs($call, await $request);
}