I need to show Popup Dialog after the ending call like true caller for save the contact number in the database, So is it possible in flutter for android? My Code have in kotlin Language. So if you have any Solution, Please Let me know.
I am a fresher in the development field, so if you have any suggestions please let me know.
Thank you.
.
2
Answers
if you are using future code to do calls then use .then() after your future once it is done then ".then()" callback will work automatically
You can use FutureBuilder or StreamBuilder due to deal with Flutter async Programming.
futurebuilder is using the place that single api call ex) POST of Restful Api. Or they have one and only one response
Streambuilder can be assimilated to a value that can change over time but same usage in Futurebuilder