getReportById method
Implementation
@override
Future<Report> getReportById(String businessId, int id) async {
throw UnimplementedError(
'Method not supported at this time, backend call limitation, use get reports instead',
);
}
@override
Future<Report> getReportById(String businessId, int id) async {
throw UnimplementedError(
'Method not supported at this time, backend call limitation, use get reports instead',
);
}