feat(text-to-speech): Add stop method (#1063)

https://github.com/vilic/cordova-plugin-tts/pull/32
This commit is contained in:
Tom Sundstrom 2017-03-02 04:01:39 +02:00 committed by Ibby Hadeed
parent 39f1971471
commit 4f86320696

View File

@ -47,4 +47,8 @@ export class TextToSpeech {
return;
}
static stop(): Promise<any> {
return;
}
}