setCustomPasswordChangeMessageCustomText_Pre method
Future<SetCustomPasswordChangeMessageTextResponse>
setCustomPasswordChangeMessageCustomText_Pre(
- ServiceCall $call,
- Future<
SetCustomPasswordChangeMessageTextRequest> $request
Implementation
$async.Future<$0.SetCustomPasswordChangeMessageTextResponse>
setCustomPasswordChangeMessageCustomText_Pre(
$grpc.ServiceCall $call,
$async.Future<$0.SetCustomPasswordChangeMessageTextRequest>
$request) async {
return setCustomPasswordChangeMessageCustomText($call, await $request);
}