loadItem method

Future<String?> loadItem(
  1. String key
)

Implementation

Future<String?> loadItem(String key) async => null;