refresh static method

void refresh()

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

May be unstable and is not recommended for general use.

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');
}