setDatabase method

void setDatabase(
  1. String path
)
override

Implementation

void setDatabase(String path) {
  databasePath=path;
}