retrieve method

Future retrieve(
  1. String key
)

Implementation

Future<dynamic> retrieve(String key) async => _box!.get(key);