Can anyone give me a working example of how to use toggle promise in ionic using angular.
toggle(animated?: boolean) => Promise<boolean>
I want to call a user define function on menu close.How to use this the above toggle.I have seen this but that doesn't answer my question