menu
xpm package
documentation
database/models/repo.dart
RepoByIndex
deleteByUrl method
deleteByUrl method
dark_mode
light_mode
deleteByUrl
method
Future
<
bool
>
deleteByUrl
(
String
url
)
Implementation
Future<bool> deleteByUrl(String url) { return deleteByIndex(r'url', [url]); }
xpm package
documentation
database/models/repo
RepoByIndex
deleteByUrl method
RepoByIndex extension on IsarCollection
<
Repo
>