openSpecificMailApp method
Opens a specific email app by its ID
Implementation
Future<bool> openSpecificMailApp({
required String appId,
EmailContent? emailContent,
}) {
throw UnimplementedError('openSpecificMailApp() has not been implemented.');
}