Skip to content

Commit

Permalink
feat(text-to-speech): Add stop method (#1063)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsun authored and ihadeed committed Mar 2, 2017
1 parent 39f1971 commit 4f86320
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/plugins/text-to-speech.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,8 @@ export class TextToSpeech {
return;
}

static stop(): Promise<any> {
return;
}

}

0 comments on commit 4f86320

Please sign in to comment.