connect method

Future<bool> connect(
  1. {bool? throwOnError}
)

Implementation

Future<bool> connect({bool? throwOnError}) async {
  throw UnsupportedError('not implemented: MySqlDb.connect()');
}