toResponse method

  1. @override
Response toResponse(
  1. String id
)

Return a response whose result data is this object for the request with the given id.

Implementation

@override
Response toResponse(String id) {
  return Response(id, result: null);
}