getCustomVerifyPhoneMessageText method

ResponseFuture<GetCustomVerifyPhoneMessageTextResponse> getCustomVerifyPhoneMessageText(
  1. GetCustomVerifyPhoneMessageTextRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$1.GetCustomVerifyPhoneMessageTextResponse>
    getCustomVerifyPhoneMessageText(
        $1.GetCustomVerifyPhoneMessageTextRequest request,
        {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$getCustomVerifyPhoneMessageText, request,
      options: options);
}