mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-31 18:49:43 +08:00
docs(platforms): fix platforms for a mothod
This commit is contained in:
parent
9826dfd026
commit
34e5783995
@ -122,9 +122,10 @@ export class Camera {
|
||||
* Remove intermediate image files that are kept in temporary storage after calling camera.getPicture.
|
||||
* Applies only when the value of Camera.sourceType equals Camera.PictureSourceType.CAMERA and the Camera.destinationType equals Camera.DestinationType.FILE_URI.
|
||||
* @return Returns a Promise
|
||||
* @platforms ['iOS']
|
||||
*/
|
||||
@Cordova()
|
||||
@Cordova({
|
||||
platforms: ['iOS']
|
||||
})
|
||||
static cleanup(){};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user