withoutForeignKeyConstraints<T> abstract method
Executes a callback with foreign key constraints disabled. Automatically re-enables constraints after callback completes.
Implementation
Future<T> withoutForeignKeyConstraints<T>(Future<T> Function() callback);