ServerApi.getCompleted to ServerApi.success and make the value parameter optional.ServerApi.setCompleted method that was a duplicate of ServerApi.getCompleted.analytics to ServerApi.handle, which accepts an instance of Analytics from package:unified_analytics.logs to the ServerApi.serverError method.ExtensionsApi.apiServeAvailableExtensions API response.apiGetConsentMessage added to fetch the consent message from package:unified_analytics.apiMarkConsentMessageAsShown added to mark the consent message for package:unified_analytics as shown to enable telemetry.apiGetDtdUri to the server api.devtools_options.yaml file that is created in a user's project.CompareMixin is now generic, implementing Comparable<T> instead of Comparable<dynamic>, and it's operators each therefore accept a T argument.SemanticVersion now mixes in CompareMixin<SemanticVersion>, and it's compareTo method therefore now accepts a SemanticVersion.package:vm_service dependency to >=13.0.0 <15.0.0.3.3.0-91.0.dev and minimum Flutter SDK version to 3.17.0-0.0.pre.isPublic to DevToolsExtensionConfig.DevToolsExtensionConfig.name field to ensure it is a valid Dart package name.package:vm_service dependency to ^13.0.0.ServiceCreator typedef and replace usages with VmServiceFactory typedef from package:vm_service.devtools_deeplink_io.dart and devtools_deeplink.dart.package:vm_service to ^12.0.0.DeeplinkApi.androidAppLinkSettings, DeeplinkApi.iosBuildOptions, and DeeplinkApi.iosUniversalLinkSettings endpoints to ServerApi.package:devtools_shared. These test utilities are exported as part of the existing devtools_test_utils.dart library.DevToolsExtensionConfig to be based on the values of its fields.package:extension_discovery version to ^2.0.0DeeplinkApi.androidBuildVariants endpoint to ServerApi.ServerApi.handle parameters extensionsManager and api were converted to named parametersdeeplinkManager to ServerApi.handle.package:extension_discovery version to ^1.0.1dart:io (exported as devtools_extensions_io.dart) and those that do not (exported as devtools_extensions.dart).Prior to version 3.0.0, package:devtools_shared was versioned in lockstep with package:devtools_app. Both of these packages are developed as part of the broader DevTools project. To see changes and commits for package:devtools_shared, prior to version 3.0.0 please view the git log here.