PushNotificationGRPCServiceBase constructor

PushNotificationGRPCServiceBase()

Implementation

PushNotificationGRPCServiceBase() {
  $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()));
}