setCustomVerifyPhoneMessageText method

ResponseFuture<SetCustomVerifyPhoneMessageTextResponse> setCustomVerifyPhoneMessageText(
  1. SetCustomVerifyPhoneMessageTextRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$1.SetCustomVerifyPhoneMessageTextResponse>
    setCustomVerifyPhoneMessageText(
        $1.SetCustomVerifyPhoneMessageTextRequest request,
        {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$setCustomVerifyPhoneMessageText, request,
      options: options);
}