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
I have tried to use this package and after url is launched I am getting ERR_UNKNOWN_URL_SCHEME in the launched screen
here is my sample code for the same:
const link = WhatsAppUnilink(
phoneNumber: '+91-(123)4567890',
text: "Hey! Mitravibe",
);
await launchUrlString('$link');
The text was updated successfully, but these errors were encountered:
I have tried to use this package and after url is launched I am getting ERR_UNKNOWN_URL_SCHEME in the launched screen
here is my sample code for the same:
const link = WhatsAppUnilink(
phoneNumber: '+91-(123)4567890',
text: "Hey! Mitravibe",
);
await launchUrlString('$link');
The text was updated successfully, but these errors were encountered: