handle abstract method

Future<Response> handle(
  1. String serviceName,
  2. RequestMethod method,
  3. String path,
  4. ContentTypeEnum requestContentType,
  5. ContentTypeEnum responseContentType,
  6. bool? login,
  7. dynamic data,
)

Implementation

Future<Response> handle(String serviceName, RequestMethod method, String path, ContentTypeEnum requestContentType, ContentTypeEnum responseContentType, bool? login, dynamic data);