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