Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
apksherlock authored Aug 26, 2020
1 parent 699f83f commit 8ae5f28
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,6 @@ fun writeData(data: String){
}
```

### Support for Flows

```Kotlin
suspend fun readInt(key: String){
rocketInstance.readIntAsFlow(key, defaultDesiredValue).collect{
//handle here :)
}
}
```

## Set up

Just call the rocket instance like :
Expand Down

0 comments on commit 8ae5f28

Please sign in to comment.