Skip to content

Commit

Permalink
[housekeeping] Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
tiholic committed Jun 20, 2020
1 parent 1fbcd58 commit 683a6e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ This wouldn't have happened if 2nd listener was registered before the 1st.

However, using a neat little trick will fix this.

##### Suggestion - Cancelling using delay.
##### Suggestion - Cancelling using delay

Instead of `await subscriptionToBeCancelled.cancel();`, use

Expand All @@ -151,7 +151,6 @@ Future.delayed(Duration.zero, (){
});
```


## Contributing

We have some [Developer Notes](DeveloperNotes.md), but we're still learning too so they'll only help you so far, in fact there's probably a lot you can teach us!
Expand Down

0 comments on commit 683a6e0

Please sign in to comment.