Skip to content

Commit

Permalink
dartfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
gmpassos committed Aug 3, 2020
1 parent 89b0e1f commit b5ceef1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion example/howler_example.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ void main() {
// Calls `load` and after 'load' event, calls `play` and `callback`:
howl.loadAndPlay(
safe: true, // Checks for initial user interaction before play.
callback: () { // Callback is called only after play call.
callback: () {
// Callback is called only after play call.
// Make a fade, from volume 0% to 60% in 10s:
howl.fade(0.0, 0.60, 10000);
});
Expand Down

0 comments on commit b5ceef1

Please sign in to comment.