registerSchema method

void registerSchema(
  1. Iterable<TableSchema> tables
)

Registers foreign-key effects for change subscriptions.

Generated table getters call this hook. Compilation-only contexts need no subscription state, so the default implementation does nothing.

Implementation

void registerSchema(Iterable<TableSchema> tables) {}