mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
remove support option
This commit is contained in:
@@ -34,10 +34,12 @@ import { Plugin, Cordova, IonicNativePlugin } from '@ionic-native/core';
|
||||
})
|
||||
@Injectable()
|
||||
export class YoutubeVideoPlayer extends IonicNativePlugin {
|
||||
|
||||
/**
|
||||
* Plays a YouTube video
|
||||
* @param videoId {string} Video ID
|
||||
*/
|
||||
@Cordova({ sync: true })
|
||||
openVideo(videoId: string): void { }
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user