needsConnectivity method

  1. @protected
bool needsConnectivity(
  1. String nodeId
)

Hook for subclasses that support incremental loading.

Returns true if nodeId's module is slim and a fetch would be needed.

Synchronous — safe to call before showing a spinner. Override in subclasses that support incremental loading.

Implementation

@protected
bool needsConnectivity(String nodeId) => false;