Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hide Some Numbers when calling #30

Open
Girjashanker opened this issue Mar 15, 2023 · 0 comments
Open

Hide Some Numbers when calling #30

Girjashanker opened this issue Mar 15, 2023 · 0 comments

Comments

@Girjashanker
Copy link

Girjashanker commented Mar 15, 2023

In my android platform, i want to hide some numbers only.

I used like this.


  String hiddenNumber = "${phonenumber.substring(0, phonenumber.length - 4)}****";
  await FlutterPhoneDirectCaller.callNumber(hiddenNumber);

when using like this, Numbers are hidden the calls not working but without hidden the numbers the calls work. please help me.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant