menu
odbc_fast package
documentation
application/services/odbc_admin_service.dart
OdbcAdminService
disconnect method
disconnect method
dark_mode
light_mode
disconnect
method
Future
<
Result
<
void
>
>
disconnect
(
String
connectionId
)
Implementation
Future<Result<void>> disconnect(String connectionId) => _repository.disconnect(connectionId);
odbc_fast package
documentation
application/services/odbc_admin_service
OdbcAdminService
disconnect method
OdbcAdminService class