searchPaths method
Define search paths for database schema resolution. Set to null to revert to the default search paths.
Implementation
SearchPathsConfig searchPaths([
List<String>? searchPaths,
]) => SearchPathsConfig(
searchPaths: searchPaths,
);