Thankyou for awesome package.
I am facing a small problem trying to edit mail picker Title text from 'Choose Mail App' to some other text in IOS.(in android it does not get displayed) .
I have tried to edit by changing text of
await OpenMailApp.composeNewEmailInMailApp(
nativePickerTitle: 'Some other title',
emailContent: email);
It would be great if you could help changing the title.
Thankyou for awesome package.
I am facing a small problem trying to edit mail picker Title text from 'Choose Mail App' to some other text in IOS.(in android it does not get displayed) . I have tried to edit by changing text of
It would be great if you could help changing the title.