cloudDatabase property

CloudDatabase? cloudDatabase

The cloud storage instance used by this data manager. If it is null, it means it has not yet been initialized.

Implementation

CloudDatabase? get cloudDatabase => _cloudDatabase;