PushNotificationGRPCServiceBase constructor

PushNotificationGRPCServiceBase()

Implementation

PushNotificationGRPCServiceBase() {
  $addMethod($grpc.ServiceMethod<$0.PushNotificationProto_ActiveRequest, $1.Empty>(
      'SendActive',
      sendActive_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $0.PushNotificationProto_ActiveRequest.fromBuffer(value),
      ($1.Empty value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.PushNotificationProto_OpenRequest, $1.Empty>(
      'SendOpen',
      sendOpen_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $0.PushNotificationProto_OpenRequest.fromBuffer(value),
      ($1.Empty value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.PushNotificationProto_InfoPushRequest, $1.Empty>(
      'SendInfoPush',
      sendInfoPush_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $0.PushNotificationProto_InfoPushRequest.fromBuffer(value),
      ($1.Empty value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.PushNotificationProto_ExpiredOpeningRequest, $1.Empty>(
      'SendExpiredOpening',
      sendExpiredOpening_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $0.PushNotificationProto_ExpiredOpeningRequest.fromBuffer(value),
      ($1.Empty value) => value.writeToBuffer()));
}