openMailApp method
Opens the default email app or shows picker if multiple apps exist
Implementation
Future<OpenMailAppResult> openMailApp({EmailContent? emailContent}) {
throw UnimplementedError('openMailApp() has not been implemented.');
}
Opens the default email app or shows picker if multiple apps exist
Future<OpenMailAppResult> openMailApp({EmailContent? emailContent}) {
throw UnimplementedError('openMailApp() has not been implemented.');
}