datatables method

Future<Response> datatables(
  1. Map<String, String> params
)

Implementation

Future<Response> datatables(Map<String, String> params) async {
  return Repository.post('$api/datatables',
      body: params, headers: await _headers);
}