removeSMTPConfig_Pre method

Future<RemoveSMTPConfigResponse> removeSMTPConfig_Pre(
  1. ServiceCall $call,
  2. Future<RemoveSMTPConfigRequest> $request
)

Implementation

$async.Future<$0.RemoveSMTPConfigResponse> removeSMTPConfig_Pre(
    $grpc.ServiceCall $call,
    $async.Future<$0.RemoveSMTPConfigRequest> $request) async {
  return removeSMTPConfig($call, await $request);
}