get static method

Future get(
  1. String key
)

Implementation

static Future<dynamic> get(String key) => _instance.get(key);