deleteData method

Future<Response> deleteData(
  1. int id
)

Implementation

Future<Response> deleteData(int id) async => delete('path/$id');