refresh static method

void refresh()

Refresh the local content store state by loading external changes from disk.

Call this after manually adding or modifying content assets so that subsequent calls to getLocalContentList return up-to-date information.

Implementation

static void refresh() {
  staticMethod('ContentStore', 'refreshContentStore');
}