Hi,
i was trying to send sms in string but i don't know how to write <#> character in string. Can anybody please help me.
i tried this :
final _signCode = await SmsAutoFill().getAppSignature;
final _sms = '<#> $_signCode Your OTP is : $_code';
but it's not working for me. when i remove <#> from _sms everything is fine.
Moreover my _signCode contains + character, which is not reflecting.
example _signCode : qMk+BiRp/1r
but what i'm getting : qMk BiRp/1r
Hi, i was trying to send sms in string but i don't know how to write <#> character in string. Can anybody please help me. i tried this : final _signCode = await SmsAutoFill().getAppSignature; final _sms = '<#> $_signCode Your OTP is : $_code'; but it's not working for me. when i remove <#> from _sms everything is fine. Moreover my _signCode contains + character, which is not reflecting. example _signCode : qMk+BiRp/1r but what i'm getting : qMk BiRp/1r
Please help me with this.