getValue method

Future getValue(
  1. String key
)

Implementation

Future<dynamic> getValue(String key) {
  return _getValue(key);
}