listSMTPConfigs_Pre method

Future<ListSMTPConfigsResponse> listSMTPConfigs_Pre(
  1. ServiceCall $call,
  2. Future<ListSMTPConfigsRequest> $request
)

Implementation

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