$disconnect method
Disconnect from the prisma engine.
Implementation
Future<void> $disconnect() async {
  await $engine.stop();
  finalizer.detach(this);
}Disconnect from the prisma engine.
Future<void> $disconnect() async {
  await $engine.stop();
  finalizer.detach(this);
}