Skip to content

Commit

Permalink
finish v0.3.8 ,fix rhymelph#56 rhymelph#57
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyme committed Apr 7, 2022
1 parent 39c1a0f commit 85d21ef
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,11 +169,19 @@ enum RUpgradeFlavor {
```

#### 4. Install Apk

- use download id install
```dart
void install() async {
bool isSuccess=await RUpgrade.install(id);
}
```
- use file path install
```dart
void installByPath(String path) async {
bool isSuccess=await RUpgrade.installByPath(path);
}
```

#### 5. Pause Download
```dart
Expand Down

0 comments on commit 85d21ef

Please sign in to comment.