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