getByUrl method

Future<BrowserBookmark?> getByUrl(
  1. String url
)

Implementation

Future<BrowserBookmark?> getByUrl(String url) {
  return getByIndex(r'url', [url]);
}