You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ammarjavedofficial Internet connection availability check is not in the scope of payment module.
Internet connectivity is checked outside the payment module where it is going to be implemented.
When calling the "initializePayment" method, it's recommended to leverage the capabilities of the dio package. By catching and handling SocketException within this method, you can facilitate a more straightforward approach to internet connectivity checking, as opposed to implementing additional algorithms for the same purpose. This not only enhances efficiency but also ensures a more streamlined and reliable payment initialization process.
When invoking the "initializePayment" method, it should additionally provide the status indicating whether an internet connection is available.
The text was updated successfully, but these errors were encountered: