$disconnect method

Future<void> $disconnect()

Disconnect from the prisma engine.

Implementation

Future<void> $disconnect() async {
  await $engine.stop();
  finalizer.detach(this);
}