createFinancialReport method

Future<Map> createFinancialReport(
  1. String token,
  2. Map<String, dynamic> financialreportInfo
)

Implementation

Future<Map> createFinancialReport(
    String token, Map<String, dynamic> financialreportInfo) {
  throw UnimplementedError(
      "Create Financial Report has not been implemented");
}