cordova-plugin-fingerprint-aio
                                
                                
                                
                                    cordova-plugin-fingerprint-aio copied to clipboard
                            
                            
                            
                        isAvailable is not a function
Hi, I've been trying to use isAvailable function in order to check before showing a button to call show(). Show function works but when calling isAvailable I just get a does not exist error. Any ideas? this is the code I have for now
window.Fingerprint.isAvailable((result: any) => { console.log("in isAvailable success, returning true"); return true; }, (error: any) => { alert(error.message); });