closeConnection method
Implementation
@override
bool closeConnection(DBObjectDirectoryAdapterContext connection) {
try {
connection.close();
} catch (_) {}
return true;
}
@override
bool closeConnection(DBObjectDirectoryAdapterContext connection) {
try {
connection.close();
} catch (_) {}
return true;
}