this.base64ToGallery[‘base64ToGallery’](this.photonew, { prefix: ‘_img’ }).then(
res => console.log('Saved image to gallery ', res),
err => console.log('Error saving image to gallery ', err)
);
Argument of type ‘{ prefix: string; }’ is not assignable to parameter of type ‘Base64ToGalleryOptions’.
Property ‘mediaScanner’ is missing in type ‘{ prefix: string; }’.