Skip to content

Commit cfa37e7

Browse files
deploy: bbfcb07
1 parent 916761b commit cfa37e7

File tree

728 files changed

+4565
-3857
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

728 files changed

+4565
-3857
lines changed

dart/__404error.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ <h5>
8989
<footer>
9090
<span class="no-break">
9191
parse_server_sdk
92-
9.4.8
92+
9.5.0
9393
</span>
9494

9595
</footer>

dart/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ <h5 class="hidden-xs"><span class="package-name">parse_server_sdk</span> <span c
129129
<footer>
130130
<span class="no-break">
131131
parse_server_sdk
132-
9.4.8
132+
9.5.0
133133
</span>
134134

135135
</footer>

dart/index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dart/parse_server_sdk/CoreStore-class-sidebar.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
</li>
1111

1212
<li class="inherited">
13-
<a href="https://api.dart.dev/stable/3.10.3/dart-core/Object/hashCode.html">hashCode</a>
13+
<a href="https://api.dart.dev/stable/3.10.4/dart-core/Object/hashCode.html">hashCode</a>
1414
</li>
1515

1616
<li class="inherited">
17-
<a href="https://api.dart.dev/stable/3.10.3/dart-core/Object/runtimeType.html">runtimeType</a>
17+
<a href="https://api.dart.dev/stable/3.10.4/dart-core/Object/runtimeType.html">runtimeType</a>
1818
</li>
1919

2020
<li class="section-title"><a href="parse_server_sdk/CoreStore-class.html#instance-methods">Methods</a></li>
@@ -52,7 +52,7 @@
5252
</li>
5353

5454
<li class="inherited">
55-
<a href="https://api.dart.dev/stable/3.10.3/dart-core/Object/noSuchMethod.html">noSuchMethod</a>
55+
<a href="https://api.dart.dev/stable/3.10.4/dart-core/Object/noSuchMethod.html">noSuchMethod</a>
5656
</li>
5757

5858
<li>
@@ -80,13 +80,13 @@
8080
</li>
8181

8282
<li class="inherited">
83-
<a href="https://api.dart.dev/stable/3.10.3/dart-core/Object/toString.html">toString</a>
83+
<a href="https://api.dart.dev/stable/3.10.4/dart-core/Object/toString.html">toString</a>
8484
</li>
8585

8686
<li class="section-title inherited"><a href="parse_server_sdk/CoreStore-class.html#operators">Operators</a></li>
8787

8888
<li class="inherited">
89-
<a href="https://api.dart.dev/stable/3.10.3/dart-core/Object/operator_equals.html">operator ==</a>
89+
<a href="https://api.dart.dev/stable/3.10.4/dart-core/Object/operator_equals.html">operator ==</a>
9090
</li>
9191

9292

dart/parse_server_sdk/CoreStore-class.html

Lines changed: 37 additions & 37 deletions
Large diffs are not rendered by default.

dart/parse_server_sdk/CoreStore/CoreStore.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ <h5>CoreStore class</h5>
8686
<footer>
8787
<span class="no-break">
8888
parse_server_sdk
89-
9.4.8
89+
9.5.0
9090
</span>
9191

9292
</footer>

dart/parse_server_sdk/CoreStore/clear.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h1><span class="kind-method">clear</span> abstract method
5454

5555
<section class="multi-line-signature">
5656

57-
<span class="returntype"><a href="https://api.dart.dev/stable/3.10.3/dart-core/Future-class.html">Future</a></span>
57+
<span class="returntype"><a href="https://api.dart.dev/stable/3.10.4/dart-core/Future-class.html">Future</a></span>
5858
<span class="name ">clear</span>(<wbr>)
5959

6060

@@ -94,7 +94,7 @@ <h5>CoreStore class</h5>
9494
<footer>
9595
<span class="no-break">
9696
parse_server_sdk
97-
9.4.8
97+
9.5.0
9898
</span>
9999

100100
</footer>

dart/parse_server_sdk/CoreStore/containsKey.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ <h1><span class="kind-method">containsKey</span> abstract method
5454

5555
<section class="multi-line-signature">
5656

57-
<span class="returntype"><a href="https://api.dart.dev/stable/3.10.3/dart-core/Future-class.html">Future</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="https://api.dart.dev/stable/3.10.3/dart-core/bool-class.html">bool</a></span>&gt;</span></span>
58-
<span class="name ">containsKey</span>(<wbr><ol class="parameter-list single-line"> <li><span class="parameter" id="containsKey-param-key"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.10.3/dart-core/String-class.html">String</a></span> <span class="parameter-name">key</span></span></li>
57+
<span class="returntype"><a href="https://api.dart.dev/stable/3.10.4/dart-core/Future-class.html">Future</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="https://api.dart.dev/stable/3.10.4/dart-core/bool-class.html">bool</a></span>&gt;</span></span>
58+
<span class="name ">containsKey</span>(<wbr><ol class="parameter-list single-line"> <li><span class="parameter" id="containsKey-param-key"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.10.4/dart-core/String-class.html">String</a></span> <span class="parameter-name">key</span></span></li>
5959
</ol>)
6060

6161

@@ -95,7 +95,7 @@ <h5>CoreStore class</h5>
9595
<footer>
9696
<span class="no-break">
9797
parse_server_sdk
98-
9.4.8
98+
9.5.0
9999
</span>
100100

101101
</footer>

dart/parse_server_sdk/CoreStore/get.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ <h1><span class="kind-method">get</span> abstract method
5454

5555
<section class="multi-line-signature">
5656

57-
<span class="returntype"><a href="https://api.dart.dev/stable/3.10.3/dart-core/Future-class.html">Future</a></span>
58-
<span class="name ">get</span>(<wbr><ol class="parameter-list single-line"> <li><span class="parameter" id="get-param-key"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.10.3/dart-core/String-class.html">String</a></span> <span class="parameter-name">key</span></span></li>
57+
<span class="returntype"><a href="https://api.dart.dev/stable/3.10.4/dart-core/Future-class.html">Future</a></span>
58+
<span class="name ">get</span>(<wbr><ol class="parameter-list single-line"> <li><span class="parameter" id="get-param-key"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.10.4/dart-core/String-class.html">String</a></span> <span class="parameter-name">key</span></span></li>
5959
</ol>)
6060

6161

@@ -95,7 +95,7 @@ <h5>CoreStore class</h5>
9595
<footer>
9696
<span class="no-break">
9797
parse_server_sdk
98-
9.4.8
98+
9.5.0
9999
</span>
100100

101101
</footer>

dart/parse_server_sdk/CoreStore/getBool.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ <h1><span class="kind-method">getBool</span> abstract method
5454

5555
<section class="multi-line-signature">
5656

57-
<span class="returntype"><a href="https://api.dart.dev/stable/3.10.3/dart-core/Future-class.html">Future</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="https://api.dart.dev/stable/3.10.3/dart-core/bool-class.html">bool</a>?</span>&gt;</span></span>
58-
<span class="name ">getBool</span>(<wbr><ol class="parameter-list single-line"> <li><span class="parameter" id="getBool-param-key"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.10.3/dart-core/String-class.html">String</a></span> <span class="parameter-name">key</span></span></li>
57+
<span class="returntype"><a href="https://api.dart.dev/stable/3.10.4/dart-core/Future-class.html">Future</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="https://api.dart.dev/stable/3.10.4/dart-core/bool-class.html">bool</a>?</span>&gt;</span></span>
58+
<span class="name ">getBool</span>(<wbr><ol class="parameter-list single-line"> <li><span class="parameter" id="getBool-param-key"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.10.4/dart-core/String-class.html">String</a></span> <span class="parameter-name">key</span></span></li>
5959
</ol>)
6060

6161

@@ -95,7 +95,7 @@ <h5>CoreStore class</h5>
9595
<footer>
9696
<span class="no-break">
9797
parse_server_sdk
98-
9.4.8
98+
9.5.0
9999
</span>
100100

101101
</footer>

0 commit comments

Comments
 (0)