deleteAll abstract method

int deleteAll(
  1. Iterable<String> keys
)

Deletes all the given keys from the box.

If a key does not exist, it is skipped.

Implementation

int deleteAll(Iterable<String> keys);