sms_autofill icon indicating copy to clipboard operation
sms_autofill copied to clipboard

is it possible not using await SmsAutoFill().listenForCode; and code will work

Open Manishmg3994 opened this issue 2 years ago • 1 comments

i am using getx and found it hard to implement

await SmsAutoFill().listenForCode;

but i wish someone to tell me that this is necessary or not means code will work or not

Manishmg3994 avatar May 23 '22 17:05 Manishmg3994

i am using getx and found it hard to implement

await SmsAutoFill().listenForCode;

but i wish someone to tell me that this is necessary or not means code will work or not

Yes it is necessary, it will listen to the code that you will receive in the SMS

Hiteshc29 avatar Feb 14 '23 16:02 Hiteshc29