Skip to content

Commit 5e627e2

Browse files
committed
feat(dart): update example
1 parent 9d25176 commit 5e627e2

File tree

1 file changed

+2
-0
lines changed
  • clients/algoliasearch-client-dart/packages/chopper_requester/example

1 file changed

+2
-0
lines changed

clients/algoliasearch-client-dart/packages/chopper_requester/example/example.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ void main() async {
2828
requester: ChopperRequester(
2929
appId: appId,
3030
apiKey: apiKey,
31+
// Optionally, pass a custom http [Client] to the ChopperRequester.
32+
// NOTE: The [Client] must be manually disposed of after use.
3133
client: client,
3234
),
3335
),

0 commit comments

Comments
 (0)