FilesRequest.subscribe constructor

FilesRequest.subscribe(
  1. String? fileId,
  2. DriveChannel? channel, {
  3. String? form,
  4. String? fields,
  5. bool? prettyPrint,
  6. String? quotaId,
  7. Map<String, dynamic>? parameters,
})

Implementation

FilesRequest.subscribe(
  this.fileId,
  this.channel, {
  this.form,
  this.fields,
  this.prettyPrint,
  this.quotaId,
  this.parameters,
}) : super('Files#Subscribe');