get static method

String? get(
  1. String key
)

Implementation

static String? get(String key) => _instance.get(key);