handleGetDatabasesPath method

Future handleGetDatabasesPath()

Get the databases path.

Implementation

Future handleGetDatabasesPath() async {
  return getDatabasesPath();
}