addOpportunity abstract method

Future<Either<AppException, Response>> addOpportunity(
  1. Map<String, dynamic> data
)

Implementation

Future<Either<AppException, response.Response>> addOpportunity(
    Map<String, dynamic> data);