ChangesRequest.subscribe constructor

ChangesRequest.subscribe(
  1. String? cursor,
  2. DriveChannel? channel, {
  3. String? fields,
  4. String? form,
  5. Map<String, dynamic>? parameters,
  6. bool? prettyPrint,
  7. String? quotaId,
  8. String? containers,
  9. int? pageSize,
  10. bool? includeDeleted,
})

Implementation

ChangesRequest.subscribe(
  this.cursor,
  this.channel, {
  this.fields,
  this.form,
  this.parameters,
  this.prettyPrint,
  this.quotaId,
  this.containers,
  this.pageSize,
  this.includeDeleted,
}) : super('Changes#Subscribe');