Closed adifyr closed 7 months ago
Can you show a complete example on how to do it on mobile? From Login to Send Message?
@adifyr to login from the same mobile , you can print the qrCode in terminal using
onQrCode: (qrCodeUrl, qrCodeImage) {
print(WhatsappBotUtils.convertStringToQrCode(qrCodeImage));
},
and scan that with whatsapp app this is for debugging only, but i don't think if we can scan the qrCode within mobile from whatsapp
Hi. I'm unable to use the plugin on mobile because I can't login.
My WhatsAppClient is
null
. What do I do? Here is my code so far: