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