getReportById method

  1. @override
Future<Report> getReportById(
  1. String businessId,
  2. int id
)
override

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',
  );
}