postRequest abstract method

Future postRequest({
  1. required String path,
  2. dynamic model,
  3. Options? options,
})

Implementation

Future<dynamic> postRequest(
    {required String path, dynamic model, Options? options});