dependencies property
List of other adapter IDs that this adapter depends on.
These adapters will be verified during registration. If a dependency is missing, the AdapterManager will throw a StateError.
Supports versioning using the format 'adapter_id:version'.
Example:
@override
List<String> get dependencies => ['sentry:^1.0.0'];
Implementation
List<String> get dependencies => const [];