MistryHiral
Results
1
comments of
MistryHiral
Where to place this Share() method in a flutter and i am using this method ``` AdvancedShare.generic(msg: message, url: base64ImageUrl).then((response) { handleResponse(response); }); ```