sync Provider
Syncs the external live update provider source if present.
Example usage (kotlin):
val result = portal.syncProvider()Content copied to clipboard
This is a suspend function and can't be called directly from Java — use syncProviderAsync instead.
Return
the result of the synchronization operation.
Throws
if this Portal has no LiveUpdateSource.Provider configured.