remove method
Remove the bookmarked route at index.
Parameters
index: Index of the route to remove in the current sort order.
Implementation
void remove(final int index) {
objectMethod(pointerId, 'RouteBookmarks', 'remove', args: index);
}
Remove the bookmarked route at index.
index: Index of the route to remove in the current sort order.void remove(final int index) {
objectMethod(pointerId, 'RouteBookmarks', 'remove', args: index);
}