storage property

FirebaseStorage? storage
final

Optional FirebaseStorage reference object. If set, and the platform is not web, then this will be used to upload screenshot results from test reports. If omitted, screenshots will not be uploaded anywhere and will be lost if this test store is used for test reports.

Implementation

final FirebaseStorage? storage;