fullPath method

  1. @Deprecated('Use getDatabaseFullPath() instead')
String fullPath(
  1. String path
)

full path of a database path

Implementation

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