setCustomPasswordChangeMessageCustomText_Pre method

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

Implementation

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