fix(music-controls): fix return types for methods
This commit is contained in:
parent
d845519361
commit
f3407e5582
@ -137,13 +137,13 @@ export class MusicControls {
|
||||
* Toggle play/pause:
|
||||
* @param isPlaying {boolean}
|
||||
*/
|
||||
@Cordova({sync: true})
|
||||
@Cordova()
|
||||
static updateIsPlaying(isPlaying: boolean): void {}
|
||||
|
||||
/**
|
||||
* Toggle dismissable:
|
||||
* @param dismissable {boolean}
|
||||
*/
|
||||
@Cordova({sync: true})
|
||||
@Cordova()
|
||||
static updateDismissable(dismissable: boolean): void {}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user