Skip to content

Commit

Permalink
Update pages for PubNub Dart SDK v4.3.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
pubnub-release-bot committed Jan 22, 2024
1 parent 7dc7b40 commit 8c2f253
Show file tree
Hide file tree
Showing 724 changed files with 3,315 additions and 3,315 deletions.
2 changes: 1 addition & 1 deletion __404error.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ <h5><span class="package-name">pubnub</span> <span class="package-kind">package<
<footer>
<span class="no-break">
pubnub
4.3.1
4.3.2
</span>


Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ <h3 id="using-pub-dependency-management-tool">Using <code>pub</code> dependency
<p><code>pubnub</code> uses the standard <code>pub</code> tool for package management to distribute Dart code.</p>
<p>To add the package to your Dart or Flutter project, add <code>pubnub</code> as a dependency in your <code>pubspec.yaml</code>.</p>
<pre class="language-yaml"><code class="language-yaml">dependencies:
pubnub: ^4.3.1
pubnub: ^4.3.2
</code></pre>
<p>After adding the dependency to <code>pubspec.yaml</code>, run the <code>dart pub get</code> command in the root directory of your project (the same that the <code>pubspec.yaml</code> is in).</p>
<h3 id="using-git">Using Git</h3>
Expand Down Expand Up @@ -272,7 +272,7 @@ <h5 class="hidden-xs"><span class="package-name">pubnub</span> <span class="pack
<footer>
<span class="no-break">
pubnub
4.3.1
4.3.2
</span>


Expand Down
10 changes: 5 additions & 5 deletions pubnub.crypto/AesCbcCryptor-class-sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@
<a href="pubnub.crypto/AesCbcCryptor-class.html#instance-properties">Properties</a>
</li>
<li><a href="pubnub.crypto/AesCbcCryptor/cipherKey.html">cipherKey</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.2.1/dart-core/Object/hashCode.html">hashCode</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.2.5/dart-core/Object/hashCode.html">hashCode</a></li>
<li><a href="pubnub.crypto/AesCbcCryptor/identifier.html">identifier</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.2.1/dart-core/Object/runtimeType.html">runtimeType</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.2.5/dart-core/Object/runtimeType.html">runtimeType</a></li>

<li class="section-title"><a href="pubnub.crypto/AesCbcCryptor-class.html#instance-methods">Methods</a></li>
<li><a href="pubnub.crypto/AesCbcCryptor/decrypt.html">decrypt</a></li>
<li><a href="pubnub.crypto/AesCbcCryptor/decryptFileData.html">decryptFileData</a></li>
<li><a href="pubnub.crypto/AesCbcCryptor/encrypt.html">encrypt</a></li>
<li><a href="pubnub.crypto/AesCbcCryptor/encryptFileData.html">encryptFileData</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.2.1/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.2.1/dart-core/Object/toString.html">toString</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.2.5/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.2.5/dart-core/Object/toString.html">toString</a></li>

<li class="section-title inherited"><a href="pubnub.crypto/AesCbcCryptor-class.html#operators">Operators</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.2.1/dart-core/Object/operator_equals.html">operator ==</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.2.5/dart-core/Object/operator_equals.html">operator ==</a></li>



Expand Down
30 changes: 15 additions & 15 deletions pubnub.crypto/AesCbcCryptor-class.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ <h2>Properties</h2>
</dd>

<dt id="hashCode" class="property inherited">
<span class="name"><a href="https://api.dart.dev/stable/3.2.1/dart-core/Object/hashCode.html">hashCode</a></span>
<span class="signature">&#8594; <a href="https://api.dart.dev/stable/3.2.1/dart-core/int-class.html">int</a></span>
<span class="name"><a href="https://api.dart.dev/stable/3.2.5/dart-core/Object/hashCode.html">hashCode</a></span>
<span class="signature">&#8594; <a href="https://api.dart.dev/stable/3.2.5/dart-core/int-class.html">int</a></span>

</dt>
<dd class="inherited">
Expand All @@ -111,7 +111,7 @@ <h2>Properties</h2>

<dt id="identifier" class="property">
<span class="name"><a href="../pubnub.crypto/AesCbcCryptor/identifier.html">identifier</a></span>
<span class="signature">&#8594; <a href="https://api.dart.dev/stable/3.2.1/dart-core/String-class.html">String</a></span>
<span class="signature">&#8594; <a href="https://api.dart.dev/stable/3.2.5/dart-core/String-class.html">String</a></span>

</dt>
<dd>
Expand All @@ -121,8 +121,8 @@ <h2>Properties</h2>
</dd>

<dt id="runtimeType" class="property inherited">
<span class="name"><a href="https://api.dart.dev/stable/3.2.1/dart-core/Object/runtimeType.html">runtimeType</a></span>
<span class="signature">&#8594; <a href="https://api.dart.dev/stable/3.2.1/dart-core/Type-class.html">Type</a></span>
<span class="name"><a href="https://api.dart.dev/stable/3.2.5/dart-core/Object/runtimeType.html">runtimeType</a></span>
<span class="signature">&#8594; <a href="https://api.dart.dev/stable/3.2.5/dart-core/Type-class.html">Type</a></span>

</dt>
<dd class="inherited">
Expand All @@ -142,7 +142,7 @@ <h2>Methods</h2>
<dl class="callables">
<dt id="decrypt" class="callable">
<span class="name"><a href="../pubnub.crypto/AesCbcCryptor/decrypt.html">decrypt</a></span><span class="signature">(<wbr><span class="parameter" id="decrypt-param-encryptedData"><span class="type-annotation">EncryptedData</span> <span class="parameter-name">encryptedData</span></span>)
<span class="returntype parameter">&#8594; <a href="https://api.dart.dev/stable/3.2.1/dart-core/List-class.html">List</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="https://api.dart.dev/stable/3.2.1/dart-core/int-class.html">int</a></span>&gt;</span></span>
<span class="returntype parameter">&#8594; <a href="https://api.dart.dev/stable/3.2.5/dart-core/List-class.html">List</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="https://api.dart.dev/stable/3.2.5/dart-core/int-class.html">int</a></span>&gt;</span></span>
</span>


Expand All @@ -155,7 +155,7 @@ <h2>Methods</h2>

<dt id="decryptFileData" class="callable">
<span class="name"><a href="../pubnub.crypto/AesCbcCryptor/decryptFileData.html">decryptFileData</a></span><span class="signature">(<wbr><span class="parameter" id="decryptFileData-param-input"><span class="type-annotation">EncryptedData</span> <span class="parameter-name">input</span></span>)
<span class="returntype parameter">&#8594; <a href="https://api.dart.dev/stable/3.2.1/dart-core/List-class.html">List</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="https://api.dart.dev/stable/3.2.1/dart-core/int-class.html">int</a></span>&gt;</span></span>
<span class="returntype parameter">&#8594; <a href="https://api.dart.dev/stable/3.2.5/dart-core/List-class.html">List</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="https://api.dart.dev/stable/3.2.5/dart-core/int-class.html">int</a></span>&gt;</span></span>
</span>


Expand All @@ -167,7 +167,7 @@ <h2>Methods</h2>
</dd>

<dt id="encrypt" class="callable">
<span class="name"><a href="../pubnub.crypto/AesCbcCryptor/encrypt.html">encrypt</a></span><span class="signature">(<wbr><span class="parameter" id="encrypt-param-input"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.2.1/dart-core/List-class.html">List</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="https://api.dart.dev/stable/3.2.1/dart-core/int-class.html">int</a></span>&gt;</span></span> <span class="parameter-name">input</span></span>)
<span class="name"><a href="../pubnub.crypto/AesCbcCryptor/encrypt.html">encrypt</a></span><span class="signature">(<wbr><span class="parameter" id="encrypt-param-input"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.2.5/dart-core/List-class.html">List</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="https://api.dart.dev/stable/3.2.5/dart-core/int-class.html">int</a></span>&gt;</span></span> <span class="parameter-name">input</span></span>)
<span class="returntype parameter">&#8594; EncryptedData</span>
</span>

Expand All @@ -180,7 +180,7 @@ <h2>Methods</h2>
</dd>

<dt id="encryptFileData" class="callable">
<span class="name"><a href="../pubnub.crypto/AesCbcCryptor/encryptFileData.html">encryptFileData</a></span><span class="signature">(<wbr><span class="parameter" id="encryptFileData-param-input"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.2.1/dart-core/List-class.html">List</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="https://api.dart.dev/stable/3.2.1/dart-core/int-class.html">int</a></span>&gt;</span></span> <span class="parameter-name">input</span></span>)
<span class="name"><a href="../pubnub.crypto/AesCbcCryptor/encryptFileData.html">encryptFileData</a></span><span class="signature">(<wbr><span class="parameter" id="encryptFileData-param-input"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.2.5/dart-core/List-class.html">List</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="https://api.dart.dev/stable/3.2.5/dart-core/int-class.html">int</a></span>&gt;</span></span> <span class="parameter-name">input</span></span>)
<span class="returntype parameter">&#8594; EncryptedData</span>
</span>

Expand All @@ -193,7 +193,7 @@ <h2>Methods</h2>
</dd>

<dt id="noSuchMethod" class="callable inherited">
<span class="name"><a href="https://api.dart.dev/stable/3.2.1/dart-core/Object/noSuchMethod.html">noSuchMethod</a></span><span class="signature">(<wbr><span class="parameter" id="noSuchMethod-param-invocation"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.2.1/dart-core/Invocation-class.html">Invocation</a></span> <span class="parameter-name">invocation</span></span>)
<span class="name"><a href="https://api.dart.dev/stable/3.2.5/dart-core/Object/noSuchMethod.html">noSuchMethod</a></span><span class="signature">(<wbr><span class="parameter" id="noSuchMethod-param-invocation"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.2.5/dart-core/Invocation-class.html">Invocation</a></span> <span class="parameter-name">invocation</span></span>)
<span class="returntype parameter">&#8594; dynamic</span>
</span>

Expand All @@ -206,8 +206,8 @@ <h2>Methods</h2>
</dd>

<dt id="toString" class="callable inherited">
<span class="name"><a href="https://api.dart.dev/stable/3.2.1/dart-core/Object/toString.html">toString</a></span><span class="signature">(<wbr>)
<span class="returntype parameter">&#8594; <a href="https://api.dart.dev/stable/3.2.1/dart-core/String-class.html">String</a></span>
<span class="name"><a href="https://api.dart.dev/stable/3.2.5/dart-core/Object/toString.html">toString</a></span><span class="signature">(<wbr>)
<span class="returntype parameter">&#8594; <a href="https://api.dart.dev/stable/3.2.5/dart-core/String-class.html">String</a></span>
</span>


Expand All @@ -227,8 +227,8 @@ <h2>Methods</h2>
<h2>Operators</h2>
<dl class="callables">
<dt id="operator ==" class="callable inherited">
<span class="name"><a href="https://api.dart.dev/stable/3.2.1/dart-core/Object/operator_equals.html">operator ==</a></span><span class="signature">(<wbr><span class="parameter" id="==-param-other"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.2.1/dart-core/Object-class.html">Object</a></span> <span class="parameter-name">other</span></span>)
<span class="returntype parameter">&#8594; <a href="https://api.dart.dev/stable/3.2.1/dart-core/bool-class.html">bool</a></span>
<span class="name"><a href="https://api.dart.dev/stable/3.2.5/dart-core/Object/operator_equals.html">operator ==</a></span><span class="signature">(<wbr><span class="parameter" id="==-param-other"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.2.5/dart-core/Object-class.html">Object</a></span> <span class="parameter-name">other</span></span>)
<span class="returntype parameter">&#8594; <a href="https://api.dart.dev/stable/3.2.5/dart-core/bool-class.html">bool</a></span>
</span>


Expand Down Expand Up @@ -275,7 +275,7 @@ <h5>pubnub.crypto library</h5>
<footer>
<span class="no-break">
pubnub
4.3.1
4.3.2
</span>


Expand Down
2 changes: 1 addition & 1 deletion pubnub.crypto/AesCbcCryptor/AesCbcCryptor.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ <h5>AesCbcCryptor class</h5>
<footer>
<span class="no-break">
pubnub
4.3.1
4.3.2
</span>


Expand Down
2 changes: 1 addition & 1 deletion pubnub.crypto/AesCbcCryptor/cipherKey.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ <h5>AesCbcCryptor class</h5>
<footer>
<span class="no-break">
pubnub
4.3.1
4.3.2
</span>


Expand Down
6 changes: 3 additions & 3 deletions pubnub.crypto/AesCbcCryptor/decrypt.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ <h1><span class="kind-method">decrypt</span> method

<div>
<ol class="annotation-list">
<li>@<a href="https://api.dart.dev/stable/3.2.1/dart-core/override-constant.html">override</a></li>
<li>@<a href="https://api.dart.dev/stable/3.2.5/dart-core/override-constant.html">override</a></li>
</ol>
</div>

<span class="returntype"><a href="https://api.dart.dev/stable/3.2.1/dart-core/List-class.html">List</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="https://api.dart.dev/stable/3.2.1/dart-core/int-class.html">int</a></span>&gt;</span></span>
<span class="returntype"><a href="https://api.dart.dev/stable/3.2.5/dart-core/List-class.html">List</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="https://api.dart.dev/stable/3.2.5/dart-core/int-class.html">int</a></span>&gt;</span></span>
<span class="name ">decrypt</span>(<wbr><ol class="parameter-list"><li><span class="parameter" id="decrypt-param-encryptedData"><span class="type-annotation">EncryptedData</span> <span class="parameter-name">encryptedData</span></span></li>
</ol>)

Expand Down Expand Up @@ -126,7 +126,7 @@ <h5>AesCbcCryptor class</h5>
<footer>
<span class="no-break">
pubnub
4.3.1
4.3.2
</span>


Expand Down
6 changes: 3 additions & 3 deletions pubnub.crypto/AesCbcCryptor/decryptFileData.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ <h1><span class="kind-method">decryptFileData</span> method

<div>
<ol class="annotation-list">
<li>@<a href="https://api.dart.dev/stable/3.2.1/dart-core/override-constant.html">override</a></li>
<li>@<a href="https://api.dart.dev/stable/3.2.5/dart-core/override-constant.html">override</a></li>
</ol>
</div>

<span class="returntype"><a href="https://api.dart.dev/stable/3.2.1/dart-core/List-class.html">List</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="https://api.dart.dev/stable/3.2.1/dart-core/int-class.html">int</a></span>&gt;</span></span>
<span class="returntype"><a href="https://api.dart.dev/stable/3.2.5/dart-core/List-class.html">List</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="https://api.dart.dev/stable/3.2.5/dart-core/int-class.html">int</a></span>&gt;</span></span>
<span class="name ">decryptFileData</span>(<wbr><ol class="parameter-list"><li><span class="parameter" id="decryptFileData-param-input"><span class="type-annotation">EncryptedData</span> <span class="parameter-name">input</span></span></li>
</ol>)

Expand Down Expand Up @@ -118,7 +118,7 @@ <h5>AesCbcCryptor class</h5>
<footer>
<span class="no-break">
pubnub
4.3.1
4.3.2
</span>


Expand Down
6 changes: 3 additions & 3 deletions pubnub.crypto/AesCbcCryptor/encrypt.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ <h1><span class="kind-method">encrypt</span> method

<div>
<ol class="annotation-list">
<li>@<a href="https://api.dart.dev/stable/3.2.1/dart-core/override-constant.html">override</a></li>
<li>@<a href="https://api.dart.dev/stable/3.2.5/dart-core/override-constant.html">override</a></li>
</ol>
</div>

<span class="returntype">EncryptedData</span>
<span class="name ">encrypt</span>(<wbr><ol class="parameter-list"><li><span class="parameter" id="encrypt-param-input"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.2.1/dart-core/List-class.html">List</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="https://api.dart.dev/stable/3.2.1/dart-core/int-class.html">int</a></span>&gt;</span></span> <span class="parameter-name">input</span></span></li>
<span class="name ">encrypt</span>(<wbr><ol class="parameter-list"><li><span class="parameter" id="encrypt-param-input"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.2.5/dart-core/List-class.html">List</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="https://api.dart.dev/stable/3.2.5/dart-core/int-class.html">int</a></span>&gt;</span></span> <span class="parameter-name">input</span></span></li>
</ol>)


Expand Down Expand Up @@ -123,7 +123,7 @@ <h5>AesCbcCryptor class</h5>
<footer>
<span class="no-break">
pubnub
4.3.1
4.3.2
</span>


Expand Down
6 changes: 3 additions & 3 deletions pubnub.crypto/AesCbcCryptor/encryptFileData.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ <h1><span class="kind-method">encryptFileData</span> method

<div>
<ol class="annotation-list">
<li>@<a href="https://api.dart.dev/stable/3.2.1/dart-core/override-constant.html">override</a></li>
<li>@<a href="https://api.dart.dev/stable/3.2.5/dart-core/override-constant.html">override</a></li>
</ol>
</div>

<span class="returntype">EncryptedData</span>
<span class="name ">encryptFileData</span>(<wbr><ol class="parameter-list"><li><span class="parameter" id="encryptFileData-param-input"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.2.1/dart-core/List-class.html">List</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="https://api.dart.dev/stable/3.2.1/dart-core/int-class.html">int</a></span>&gt;</span></span> <span class="parameter-name">input</span></span></li>
<span class="name ">encryptFileData</span>(<wbr><ol class="parameter-list"><li><span class="parameter" id="encryptFileData-param-input"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.2.5/dart-core/List-class.html">List</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="https://api.dart.dev/stable/3.2.5/dart-core/int-class.html">int</a></span>&gt;</span></span> <span class="parameter-name">input</span></span></li>
</ol>)


Expand Down Expand Up @@ -118,7 +118,7 @@ <h5>AesCbcCryptor class</h5>
<footer>
<span class="no-break">
pubnub
4.3.1
4.3.2
</span>


Expand Down
6 changes: 3 additions & 3 deletions pubnub.crypto/AesCbcCryptor/identifier.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ <h1><span class="kind-property">identifier</span> property

<div>
<ol class="annotation-list">
<li>@<a href="https://api.dart.dev/stable/3.2.1/dart-core/override-constant.html">override</a></li>
<li>@<a href="https://api.dart.dev/stable/3.2.5/dart-core/override-constant.html">override</a></li>
</ol>
</div>
<span class="returntype"><a href="https://api.dart.dev/stable/3.2.1/dart-core/String-class.html">String</a></span>
<span class="returntype"><a href="https://api.dart.dev/stable/3.2.5/dart-core/String-class.html">String</a></span>
<span class="name ">identifier</span>


Expand Down Expand Up @@ -119,7 +119,7 @@ <h5>AesCbcCryptor class</h5>
<footer>
<span class="no-break">
pubnub
4.3.1
4.3.2
</span>


Expand Down
Loading

0 comments on commit 8c2f253

Please sign in to comment.