clear method

void clear()

Clears the database of all Location entries.

Implementation

void clear() => locations.clear();