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