getValue abstract method

  1. @protected
Future<String> getValue(
  1. String key
)

Gets the value for this key

Implementation

@protected
Future<String> getValue(String key);