SkiaPerfGcsAdaptor constructor

SkiaPerfGcsAdaptor(
  1. Bucket _gcsBucket
)

Construct the adaptor given the associated GCS bucket where the data is read from and written to.

Implementation

SkiaPerfGcsAdaptor(this._gcsBucket);