flushVisitor method
Implementation
@override
void flushVisitor(String visitorId) async {
Flagship.logger(
Level.DEBUG, "flushVisitor from default cache Implementation");
await _checkDatabase();
dbMgt.deleteVisitorWithId(visitorId, 'table_visitors');
}