registerSchema method
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) {}