tabIds property
Identifiers of all the browser tabs that share this cookie store.
Implementation
List<int> get tabIds =>
_wrapped.tabIds.toDart.cast<int>().map((e) => e).toList();
Identifiers of all the browser tabs that share this cookie store.
List<int> get tabIds =>
_wrapped.tabIds.toDart.cast<int>().map((e) => e).toList();