cloudDatabase property

CloudDatabase? cloudDatabase

Provides access to the cloud storage of this SDK instance. If it is null, it means it has not yet been initialized.

Implementation

CloudDatabase? get cloudDatabase => dataManager.cloudDatabase;