GatewayServiceBase constructor

GatewayServiceBase()

Implementation

GatewayServiceBase() {
  $addMethod(
      $grpc.ServiceMethod<$0.BroadcastPoetRequest, $0.BroadcastPoetResponse>(
          'BroadcastPoet',
          broadcastPoet_Pre,
          false,
          false,
          ($core.List<$core.int> value) =>
              $0.BroadcastPoetRequest.fromBuffer(value),
          ($0.BroadcastPoetResponse value) => value.writeToBuffer()));
}