souvik moitra
Results
1
comments of
souvik moitra
wherever in your code you want to manually close the toast just put this code(mine worked) - ```javascript if (toast.isActive(null)) { // Check if any toast is active toast.dismiss(); }...