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