removeSMTPConfig_Pre method

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

Implementation

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