mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-31 18:49:43 +08:00
feat(text-to-speech): Add stop method (#1063)
https://github.com/vilic/cordova-plugin-tts/pull/32
This commit is contained in:
parent
39f1971471
commit
4f86320696
@ -47,4 +47,8 @@ export class TextToSpeech {
|
||||
return;
|
||||
}
|
||||
|
||||
static stop(): Promise<any> {
|
||||
return;
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user