reloadFromOrigin method
Reloads the current page, performing end-to-end revalidation using cache-validating conditionals if possible.
Officially Supported Platforms/Implementations:
Implementation
Future<void> reloadFromOrigin() {
throw UnimplementedError(
'reloadFromOrigin is not implemented on the current platform');
}