connect method
Connect using specified engine
Implementation
Future<bool> connect(EngineType engine, String config) async {
return await client.connect(engine, config);
}
Connect using specified engine
Future<bool> connect(EngineType engine, String config) async {
return await client.connect(engine, config);
}