mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
Merge branch 'master' into v5
This commit is contained in:
@@ -52,7 +52,6 @@ export interface VideoOptions {
|
||||
})
|
||||
@Injectable()
|
||||
export class VideoPlayer extends IonicNativePlugin {
|
||||
|
||||
/**
|
||||
* Plays the video from the passed url.
|
||||
* @param fileUrl {string} File url to the video.
|
||||
@@ -68,6 +67,5 @@ export class VideoPlayer extends IonicNativePlugin {
|
||||
* Stops the video playback immediatly.
|
||||
*/
|
||||
@Cordova({ sync: true })
|
||||
close(): void {
|
||||
}
|
||||
close(): void {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user