ParseLiveQuerySubscription constructor

ParseLiveQuerySubscription({
  1. String? clientId,
  2. int? requestId,
  3. ParseQuery<ParseObject>? parseQuery,
})

Implementation

ParseLiveQuerySubscription({
  this.clientId,
  this.requestId,
  this.parseQuery,
});