fetchFlags method
Implementation
Future<void> fetchFlags() async {
// Delegate the action to strategy
return _visitorDelegate.synchronizeModifications();
}
Future<void> fetchFlags() async {
// Delegate the action to strategy
return _visitorDelegate.synchronizeModifications();
}