$connect method

Future<void> $connect()

Connect to the prisma engine.

Implementation

Future<void> $connect() {
  return _engine.start();
}