To remove LoadingController, we need to add setTimout to dismiss within 2 to 5 seconds?
I just added and want to dismiss when I get success from API but If I don’t add setTimout sometime it will not dismiss LoadingController.
So I want to get confirmation,please let me know .
I believe the problem is with the duration. Using duration in your case might not be a good idea since you want to dismiss programmatically. Try removing the duration.