refreshContentStore static method

  1. @Deprecated('Use refresh instead.')
void refreshContentStore()

Refresh the content store by loading external changes from disk.

If an asset of type ContentStoreItem is manually added, then this method must be called in order to see the changes in the result of getLocalContentList.

Throws

  • An exception if it fails.

Implementation

@Deprecated('Use refresh instead.')
static void refreshContentStore() {
  refresh();
}