getDatabaseFullPath method

Future<String> getDatabaseFullPath(
  1. String name
)

For debugging purpose

Implementation

Future<String> getDatabaseFullPath(String name) async {
  return idbFactory.getDatabaseFullPath(name);
}