fullPath method
full path of a database path
Implementation
@Deprecated('Use getDatabaseFullPath() instead')
/// full path of a database path
String fullPath(String path) {
if (this is _IdbFactorySandbox) {
return (this as _IdbFactorySandbox).delegatePath(path);
}
return path;
}