NuntioPublicCollaborationServiceBase constructor

NuntioPublicCollaborationServiceBase()

Implementation

NuntioPublicCollaborationServiceBase() {
  $addMethod($grpc.ServiceMethod<$0.Request, $0.Response>(
      'Ping',
      ping_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $0.Request.fromBuffer(value),
      ($0.Response value) => value.writeToBuffer()));
}