switchDatabase method

void switchDatabase(
  1. String databaseType
)

Implementation

void switchDatabase(String databaseType) {
    currentStorageUnit = StorageUnit(databaseType);
}