post abstract method

Future<Either<AppException, Response>> post(
  1. String endpoint, {
  2. Map<String, dynamic>? data,
})

Implementation

Future<Either<AppException, Response>> post(
  String endpoint, {
  Map<String, dynamic>? data,
});