fetchFlags method

Future<void> fetchFlags()

Implementation

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