We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d74908f commit 8a7d867Copy full SHA for 8a7d867
README.md
@@ -354,15 +354,15 @@ playerController.release();
354
```
355
#### Stopping players all at once
356
```dart
357
-playerController.stopAllPlayer();
+playerController.stopAllPlayers();
358
359
There could be any number of players but you can just call this function from any **one** player and it will stop all the players.
360
361
#### Pausing players all at once
362
363
playerController.pauseAllPlayers();
364
365
-This function works similar to stopAllPlayer but just pauses all players.
+This function works similar to stopAllPlayers but just pauses all players.
366
367
#### Disposing the controller
368
0 commit comments