compose method
Opens app's compose screen prefilled with message.
Passing null for app hands the message to the platform default.
Implementation
Future<bool> compose(MailMessage message, {MailApp? app}) {
throw UnimplementedError('compose() has not been implemented.');
}