signResponse abstract method

Future<Status> signResponse(
  1. ServiceCall call,
  2. HashSigned request
)

Implementation

$async.Future<$0.Status> signResponse(
    $grpc.ServiceCall call, $0.HashSigned request);