reload method

void reload()

Implementation

void reload() {
  if (!isDisposed) onReload?.call();
}