import '../../about/external/data/ReportCard.dart'; abstract class ConnectReportCardScreen { void onReportLoaded(ReportCard report); }