How to get all SMS messages and export to csv? in flutter sms package

flutter"s sms package has a method to get all the text messages, but it returns a future object.
how do I get the content and export it to a csv file?

Mar.19,2022
Menu