menu
dart_libp2p package
documentation
core/network/context.dart
Context
getValue method
getValue method
dark_mode
light_mode
getValue
method
Object
?
getValue
(
Object
key
)
Gets a value from the Context
Implementation
Object? getValue(Object key) => _values[key];
dart_libp2p package
documentation
core/network/context
Context
getValue method
Context class