get method

Future get(
  1. String key
)

Implementation

Future<dynamic> get(String key) async {
  return await _getValue<dynamic>(key, _get);
}