fullPath method
full path of a database path
Implementation
@Deprecated('Use getDatabaseFullPath() instead')
/// full path of a database path
String fullPath(String path) => idbFactory.fullPath(path);
full path of a database path
@Deprecated('Use getDatabaseFullPath() instead')
/// full path of a database path
String fullPath(String path) => idbFactory.fullPath(path);