setDatabase method

void setDatabase(
  1. String path
)

Implementation

void setDatabase(String path){
    dbHandler!.setDatabase(path);
}