get method Null safety

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

Implementation

Future<String?> get(final String key) async => _getBox().get(key);