getCompanyList abstract method

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

Implementation

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