getValue abstract method

Future<Uint8List?> getValue(
  1. String key,
  2. RoutingOptions? options
)

GetValue searches for the value corresponding to given Key.

Implementation

Future<Uint8List?> getValue(String key, RoutingOptions? options);