removeSMTPConfig_Pre method

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

Implementation

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