We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent def16af commit 508039dCopy full SHA for 508039d
lib/visitor/strategy/default_strategy.dart
@@ -234,7 +234,6 @@ class DefaultStrategy implements IVisitor {
234
// Update the state for Flagship
235
visitor.flagshipDelegate.onUpdateState(state);
236
237
- // Save the response for the visitor database
238
// Save the response for the visitor database
239
String visitorCacheData =
240
jsonEncode(VisitorCache.fromVisitor(this.visitor).toJson());
0 commit comments