import 'package:model/model.dart'; abstract class HtmlDataSource { Future transformEmailContent(EmailContent emailContent); }