Skip to content

Commit

Permalink
forgot to add the initialize call to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
claude committed Mar 8, 2023
1 parent 0220047 commit b6dc26e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Implements support for Segment into the [Flutter App Analytics](https://github.c

```dart
SegmentProvider segment = SegmentProvider(writeKey: 'some_key');
await segment.initialize();
Analytics analytics = ...;
analytics.providers = [segment];
```
Expand Down

0 comments on commit b6dc26e

Please sign in to comment.