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