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