setCustomPasswordChangeMessageCustomText_Pre method

Future<SetCustomPasswordChangeMessageTextResponse> setCustomPasswordChangeMessageCustomText_Pre(
  1. ServiceCall $call,
  2. Future<SetCustomPasswordChangeMessageTextRequest> $request
)

Implementation

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