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