clear method

void clear()

Clears the database of all Location entries.

Implementation

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